Go to the documentation of this file. 1 #ifndef _ASM_GENERIC_IOCTL_H
2 #define _ASM_GENERIC_IOCTL_H
8 #define _IOC_TYPECHECK(t) \
9 ((sizeof(t) == sizeof(t[1]) && \
10 sizeof(t) < (1 << _IOC_SIZEBITS)) ? \
11 sizeof(t) : __invalid_size_argument_for_IOC)