X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Flinux%2Fstat.h;h=2ce1c25ac309b79328a82053d4fb3477f51ad2a8;hb=aaa8eec532876c47acfd31bf9b573a00eaad92ae;hp=43fd53fc98cf8b5644c49b3c7cc5235278aa0365;hpb=b99c1e6d8eec327c4b4dd99bf4c0d1a1eba2ce0a;p=oweals%2Fu-boot.git diff --git a/include/linux/stat.h b/include/linux/stat.h index 43fd53fc98..2ce1c25ac3 100644 --- a/include/linux/stat.h +++ b/include/linux/stat.h @@ -67,7 +67,8 @@ struct stat { #endif /* __PPC__ */ -#if defined (__ARM__) || defined (__I386__) || defined (__M68K__) || defined (__bfin__) +#if defined (__ARM__) || defined (__I386__) || defined (__M68K__) || defined (__bfin__) ||\ + defined (__microblaze__) struct stat { unsigned short st_dev; @@ -125,7 +126,7 @@ struct stat { #endif /* __MIPS__ */ -#if defined(__AVR32__) +#if defined(__AVR32__) || defined(__SH__) struct stat { unsigned long st_dev; @@ -148,7 +149,7 @@ struct stat { unsigned long __unused5; }; -#endif /* __AVR32__ */ +#endif /* __AVR32__ || __SH__ */ #ifdef __cplusplus }