Skip to content
Commit 10289b4e authored by Bin Meng's avatar Bin Meng Committed by Tom Rini
Browse files

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: default avatarBin Meng <bmeng.cn@gmail.com>
parent afd3bf43
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment