aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/asm-arm/asm/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/asm-arm/asm/types.h')
-rw-r--r--original/uapi/asm-arm/asm/types.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/original/uapi/asm-arm/asm/types.h b/original/uapi/asm-arm/asm/types.h
index b9e79bc..a387792 100644
--- a/original/uapi/asm-arm/asm/types.h
+++ b/original/uapi/asm-arm/asm/types.h
@@ -1 +1,8 @@
-#include <asm-generic/types.h>
+#ifndef _ASM_GENERIC_TYPES_H
+#define _ASM_GENERIC_TYPES_H
+/*
+ * int-ll64 is used everywhere now.
+ */
+#include <asm-generic/int-ll64.h>
+
+#endif /* _ASM_GENERIC_TYPES_H */