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