blob: 05a01b28108e50e3e260d8e0768a681d7b42822b [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[] = {
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};