blob: 9ef1f33cd3edcda505365db1074010cd3f8f10fa [file] [log] [blame]
Jens Axboead532d72007-12-10 20:25:24 +01001#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