Update all Windows files except dobuild.cmd to use LF line endings
[fio.git] / os / windows / posix / include / asm / types.h
1 #ifndef ASM_TYPES_H
2 #define ASM_TYPES_H
3
4 typedef unsigned short __u16;
5 typedef unsigned int __u32;
6 typedef unsigned long long __u64;
7
8 #endif /* ASM_TYPES_H */