blob: e5577ea6bf49b6a936e012e4178341e94b298c77 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/bootflags1.in; do not edit. */
2
3static const struct xlat bootflags1[] = {
Elliott Hughes0328d0a2015-03-18 11:18:43 -07004#if !(defined(LINUX_REBOOT_MAGIC1) || (defined(HAVE_DECL_LINUX_REBOOT_MAGIC1) && HAVE_DECL_LINUX_REBOOT_MAGIC1))
5# define LINUX_REBOOT_MAGIC1 0xfee1dead
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -07007 XLAT(LINUX_REBOOT_MAGIC1),
8 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -07009};