X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Flinux%2Ftypes.h;h=7c33e7adbc2abf1d49adb27ea412b3cb1a9d421f;hb=da37d096820e15b2bcdb0243da2dc01707c650f2;hp=416fa6628482d8cb5afa356df2f3e34f2411fa8d;hpb=66669fcf809c1e3ff644b12e04e625d3737ffd8e;p=oweals%2Fu-boot.git diff --git a/include/linux/types.h b/include/linux/types.h index 416fa66284..7c33e7adbc 100644 --- a/include/linux/types.h +++ b/include/linux/types.h @@ -24,6 +24,8 @@ typedef __kernel_gid32_t gid_t; typedef __kernel_uid16_t uid16_t; typedef __kernel_gid16_t gid16_t; +typedef unsigned long uintptr_t; + #ifdef CONFIG_UID16 /* This is defined by include/asm-{arch}/posix_types.h */ typedef __kernel_old_uid_t old_uid_t;