blob: 82b794914e771412befaea88df8e36e3f7837947 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/aclipc.in; do not edit. */
2
3static const struct xlat aclipc[] = {
4#if defined(IPC_SHM) || (defined(HAVE_DECL_IPC_SHM) && HAVE_DECL_IPC_SHM)
5 XLAT(IPC_SHM),
6#endif
7#if defined(IPC_SEM) || (defined(HAVE_DECL_IPC_SEM) && HAVE_DECL_IPC_SEM)
8 XLAT(IPC_SEM),
9#endif
10#if defined(IPC_MSG) || (defined(HAVE_DECL_IPC_MSG) && HAVE_DECL_IPC_MSG)
11 XLAT(IPC_MSG),
12#endif
13 XLAT_END
14};