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