aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mediatek/patches/260-add-missing-type-u64.patch
blob: a6204c7b69e105cad4cbf7e4506e4f68cfca99cf (plain)
1
2
3
4
5
6
7
8
9
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>