Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
18fdb640bccc3094d5ff7241d798f8a4870cb16b
/
.
/
os
/
kcompat.h
blob: 9ef1f33cd3edcda505365db1074010cd3f8f10fa [
file
] [
log
] [
blame
]
#ifndef
_KCOMPAT_H_
#define
_KCOMPAT_H_
#include
<stdint.h>
#define
u64
uint64_t
#define
u32
uint32_t
#endif