summaryrefslogtreecommitdiff
path: root/include/uapi/asm-generic/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/asm-generic/types.h')
-rw-r--r--include/uapi/asm-generic/types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/uapi/asm-generic/types.h b/include/uapi/asm-generic/types.h
new file mode 100644
index 000000000..a3877926b
--- /dev/null
+++ b/include/uapi/asm-generic/types.h
@@ -0,0 +1,8 @@
+#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 */