summaryrefslogtreecommitdiff
path: root/kerncompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'kerncompat.h')
-rw-r--r--kerncompat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kerncompat.h b/kerncompat.h
index 56239b9..105d3f5 100644
--- a/kerncompat.h
+++ b/kerncompat.h
@@ -21,6 +21,7 @@
#endif
typedef unsigned int u32;
+typedef u32 __u32;
typedef unsigned long long u64;
typedef unsigned char u8;
typedef unsigned short u16;