X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Flinux%2Fstat.h;h=cef636959e3ef1b462a6263745b06f288c92eac6;hb=cc96c9a79c4d33d70cd448380aca98916b994464;hp=43fd53fc98cf8b5644c49b3c7cc5235278aa0365;hpb=5cca4092bd23d255ed304b8f76cd18ac11adb785;p=oweals%2Fu-boot.git diff --git a/include/linux/stat.h b/include/linux/stat.h index 43fd53fc98..cef636959e 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__) || defined (__nios2__) 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 }