19 lines
424 B
C
19 lines
424 B
C
/* Generated by ./xlat/gen.sh from ./xlat/bootflags1.in; do not edit. */
|
|
#if !(defined(LINUX_REBOOT_MAGIC1) || (defined(HAVE_DECL_LINUX_REBOOT_MAGIC1) && HAVE_DECL_LINUX_REBOOT_MAGIC1))
|
|
# define LINUX_REBOOT_MAGIC1 0xfee1dead
|
|
#endif
|
|
|
|
#ifdef IN_MPERS
|
|
|
|
# error static const struct xlat bootflags1 in mpers mode
|
|
|
|
#else
|
|
|
|
static
|
|
const struct xlat bootflags1[] = {
|
|
XLAT(LINUX_REBOOT_MAGIC1),
|
|
XLAT_END
|
|
};
|
|
|
|
#endif /* !IN_MPERS */
|