aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mediatek/patches/260-add-missing-type-u64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/uboot-mediatek/patches/260-add-missing-type-u64.patch')
-rw-r--r--package/boot/uboot-mediatek/patches/260-add-missing-type-u64.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/boot/uboot-mediatek/patches/260-add-missing-type-u64.patch b/package/boot/uboot-mediatek/patches/260-add-missing-type-u64.patch
new file mode 100644
index 0000000000..a6204c7b69
--- /dev/null
+++ b/package/boot/uboot-mediatek/patches/260-add-missing-type-u64.patch
@@ -0,0 +1,10 @@
+--- a/include/linux/types.h
++++ b/include/linux/types.h
+@@ -1,6 +1,7 @@
+ #ifndef _LINUX_TYPES_H
+ #define _LINUX_TYPES_H
+
++typedef unsigned long long __u64;
+ #include <linux/posix_types.h>
+ #include <asm/types.h>
+ #include <stdbool.h>