1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-25 04:21:18 +02:00
Files
u-boot-megous/include/linux
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-06-03 20:27:48 -05:00
2016-01-19 08:31:21 -05:00
2015-11-05 10:52:34 -05:00
2016-06-12 23:49:38 +02:00
2016-04-11 20:48:26 -04:00
2016-01-19 08:31:21 -05:00
2016-05-02 18:37:09 -04:00
2016-01-19 08:31:21 -05:00
2016-02-06 12:00:59 +01:00
2016-01-19 22:25:37 +00:00
2016-06-06 13:39:18 -04:00