1 /* Generated by ./xlat/gen.sh from ./xlat/bootflags1.in; do not edit. */ 2 #if !(defined(LINUX_REBOOT_MAGIC1) || (defined(HAVE_DECL_LINUX_REBOOT_MAGIC1) && HAVE_DECL_LINUX_REBOOT_MAGIC1)) 3 # define LINUX_REBOOT_MAGIC1 0xfee1dead 4 #endif 5 6 #ifdef IN_MPERS 7 8 # error static const struct xlat bootflags1 in mpers mode 9 10 #else 11 12 static 13 const struct xlat bootflags1[] = { 14 XLAT(LINUX_REBOOT_MAGIC1), 15 XLAT_END 16 }; 17 18 #endif /* !IN_MPERS */ 19