1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00
Files
u-boot-megous/include/linux
Bin Meng 10289b4ed9 linux/types.h: Surround 'struct ustat' with __linux__
'struct ustat' uses linux-specific typedefs to declare its memebers:
__kernel_daddr_t and __kernel_ino_t. It is currently not used by any
U-Boot codes, but when we build U-Boot tools for other platform like
Windows, this becomes a problem.

Let's surround it with __linux__.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2019-10-28 13:32:51 -04:00
..
2019-07-31 09:20:51 +02:00
2018-11-20 13:08:15 +01:00
2019-05-20 13:50:34 +02:00
2018-12-02 21:59:37 +01:00
2018-11-20 13:08:15 +01:00
2019-06-05 09:16:32 -07:00
2019-05-05 08:48:50 -04:00