Home | History | Annotate | Download | only in xlat
      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 	XLAT(LINUX_REBOOT_MAGIC1),
      6 #endif
      7 	XLAT_END
      8 };
      9