uboot-sunxi: add missing type __u64
[openwrt/staging/rmilecki.git] / package / boot / uboot-sunxi / patches / 260-add-missing-type-u64.patch
1 --- a/include/linux/types.h
2 +++ b/include/linux/types.h
3 @@ -1,6 +1,7 @@
4 #ifndef _LINUX_TYPES_H
5 #define _LINUX_TYPES_H
6
7 +typedef unsigned long long __u64;
8 #include <linux/posix_types.h>
9 #include <asm/types.h>
10 #include <stdbool.h>