projects
/
fio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
FIO Windows update
[fio.git]
/
os
/
kcompat.h
1
#ifndef _KCOMPAT_H_
2
#define _KCOMPAT_H_
3
4
#include <stdint.h>
5
6
#define u64 uint64_t
7
#define u32 uint32_t
8
9
#endif