aboutsummaryrefslogtreecommitdiff
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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/uapi/asm-generic/types.h b/include/uapi/asm-generic/types.h
new file mode 100644
index 00000000000..bd39806013b
--- /dev/null
+++ b/include/uapi/asm-generic/types.h
@@ -0,0 +1,9 @@
+#ifndef _ASM_GENERIC_TYPES_H
+#define _ASM_GENERIC_TYPES_H
+/*
+ * int-ll64 is used practically everywhere now,
+ * so use it as a reasonable default.
+ */
+#include <asm-generic/int-ll64.h>
+
+#endif /* _ASM_GENERIC_TYPES_H */