Add kcompat.h
authorJens Axboe <jens.axboe@oracle.com>
Mon, 10 Dec 2007 19:25:24 +0000 (20:25 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 10 Dec 2007 19:25:24 +0000 (20:25 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
kcompat.h [new file with mode: 0644]

diff --git a/kcompat.h b/kcompat.h
new file mode 100644 (file)
index 0000000..9ef1f33
--- /dev/null
+++ b/kcompat.h
@@ -0,0 +1,9 @@
+#ifndef _KCOMPAT_H_
+#define _KCOMPAT_H_
+
+#include <stdint.h>
+
+#define u64 uint64_t
+#define u32 uint32_t
+
+#endif