1 /* Generated by ./xlat/gen.sh from ./xlat/bootflags1.in; do not edit. */
2 
3 #include "gcc_compat.h"
4 #include "static_assert.h"
5 
6 #if defined(LINUX_REBOOT_MAGIC1) || (defined(HAVE_DECL_LINUX_REBOOT_MAGIC1) && HAVE_DECL_LINUX_REBOOT_MAGIC1)
7 DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
8 static_assert((LINUX_REBOOT_MAGIC1) == (0xfee1dead), "LINUX_REBOOT_MAGIC1 != 0xfee1dead");
9 DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
10 #else
11 # define LINUX_REBOOT_MAGIC1 0xfee1dead
12 #endif
13 
14 #ifndef XLAT_MACROS_ONLY
15 
16 # ifdef IN_MPERS
17 
18 #  error static const struct xlat bootflags1 in mpers mode
19 
20 # else
21 
22 static
23 const struct xlat bootflags1[] = {
24  XLAT(LINUX_REBOOT_MAGIC1),
25  XLAT_END
26 };
27 
28 # endif /* !IN_MPERS */
29 
30 #endif /* !XLAT_MACROS_ONLY */
31