1#ifndef ASM_TYPES_H
2#define ASM_TYPES_H
3
4typedef unsigned short __u16;
5typedef unsigned int __u32;
6typedef unsigned long long __u64;
7
8#endif /* ASM_TYPES_H */
9