• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/bootflags1.in; do not edit. */
2 
3 static const struct xlat bootflags1[] = {
4 #if !(defined(LINUX_REBOOT_MAGIC1) || (defined(HAVE_DECL_LINUX_REBOOT_MAGIC1) && HAVE_DECL_LINUX_REBOOT_MAGIC1))
5 # define LINUX_REBOOT_MAGIC1 0xfee1dead
6 #endif
7  XLAT(LINUX_REBOOT_MAGIC1),
8  XLAT_END
9 };
10