1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/BBA1.5_platform/apps/public/strace-4.16/xlat/bootflags1.h
2024-07-22 01:58:46 -03:00

19 lines
424 B
C

/* Generated by ./xlat/gen.sh from ./xlat/bootflags1.in; do not edit. */
#if !(defined(LINUX_REBOOT_MAGIC1) || (defined(HAVE_DECL_LINUX_REBOOT_MAGIC1) && HAVE_DECL_LINUX_REBOOT_MAGIC1))
# define LINUX_REBOOT_MAGIC1 0xfee1dead
#endif
#ifdef IN_MPERS
# error static const struct xlat bootflags1 in mpers mode
#else
static
const struct xlat bootflags1[] = {
XLAT(LINUX_REBOOT_MAGIC1),
XLAT_END
};
#endif /* !IN_MPERS */