allwinner_a64/android/external/fio/os/kcompat.h
2018-08-08 16:14:42 +08:00

9 lines
112 B
C

#ifndef _KCOMPAT_H_
#define _KCOMPAT_H_
#include <stdint.h>
#define u64 uint64_t
#define u32 uint32_t
#endif