1 /* Generated by ./xlat/gen.sh from ./xlat/ioctl_dirs.in; do not edit. */ 2 3 static const struct xlat ioctl_dirs[] = { 4 #if defined(_IOC_READ) || (defined(HAVE_DECL__IOC_READ) && HAVE_DECL__IOC_READ) 5 XLAT(_IOC_READ), 6 #endif 7 #if defined(_IOC_WRITE) || (defined(HAVE_DECL__IOC_WRITE) && HAVE_DECL__IOC_WRITE) 8 XLAT(_IOC_WRITE), 9 #endif 10 #if defined(_IOC_NONE) || (defined(HAVE_DECL__IOC_NONE) && HAVE_DECL__IOC_NONE) 11 XLAT(_IOC_NONE), 12 #endif 13 XLAT_END 14 }; 15