Update all Windows files except dobuild.cmd to use LF line endings
[fio.git] / os / windows / posix / include / asm / types.h
CommitLineData
35922a21
BC
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 */