Files
u-boot/arch/arm/include/asm
Masahiro Yamada 95ebc253e6 types.h: move and redefine resource_size_t
Currently, this is only defined in arch/arm/include/asm/types.h,
so move it to include/linux/types.h to make it available for all
architectures.

I defined it with phys_addr_t as Linux does.  I needed to surround
the define with #ifdef __KERNEL__ ... #endif to avoid build errors
in tools building.  (Host tools should not include <linux/types.h>
in the first place, but this is already messy in U-Boot...)

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2016-07-14 18:22:24 -04:00
..
2016-03-15 15:12:53 -04:00
2015-02-25 07:59:50 +01:00
2016-03-15 15:13:10 -04:00
2015-12-05 18:22:32 -05:00
2015-04-16 11:27:15 +02:00
2016-07-08 17:16:38 -04:00
2016-02-14 16:36:13 +09:00
2015-09-28 10:48:24 -04:00