17 lines
304 B
C
17 lines
304 B
C
/* Generated by ./xlat/gen.sh from ./xlat/shutdown_modes.in; do not edit. */
|
|
|
|
#ifdef IN_MPERS
|
|
|
|
# error static const struct xlat shutdown_modes in mpers mode
|
|
|
|
#else
|
|
|
|
static
|
|
const struct xlat shutdown_modes[] = {
|
|
{ 0, "SHUT_RD" },
|
|
{ 1, "SHUT_WR" },
|
|
{ 2, "SHUT_RDWR" },
|
|
XLAT_END
|
|
};
|
|
|
|
#endif /* !IN_MPERS */
|