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