]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/types.h
include: asm: types: add resource_size_t type
[karo-tx-uboot.git] / arch / arm / include / asm / types.h
index 2326420a7f755f9837dc165f10fa83b08a7cd2e1..ee77c4179f1aa04c24d37944b870c69ddebb13c3 100644 (file)
@@ -54,4 +54,5 @@ typedef unsigned long phys_size_t;
 
 #endif /* __KERNEL__ */
 
+typedef unsigned long resource_size_t;
 #endif