diff options
| author | Tom Rini <trini@konsulko.com> | 2019-10-30 09:05:13 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2019-10-30 09:05:13 -0400 |
| commit | ba742b839c524f7723799d750a540ad3fe70ca7f (patch) | |
| tree | 0194bd4da2f2723c9256558c5e0ca46d18b1278d /include/linux | |
| parent | cc64810dc6234a3537502a05988fa7a1a6fa5d55 (diff) | |
| parent | bf275222ab80650a9dbc559ba42e52d93ff86af4 (diff) | |
| download | u-boot-ba742b839c524f7723799d750a540ad3fe70ca7f.tar.gz u-boot-ba742b839c524f7723799d750a540ad3fe70ca7f.tar.xz u-boot-ba742b839c524f7723799d750a540ad3fe70ca7f.zip | |
Merge branch '2019-10-28-azure-ci-support'
- Clean up Travis-CI slightly and then add support for Microsoft Azure
pipelines, all from Bin Meng.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/types.h b/include/linux/types.h index cc6f7cb39e..51cb284bb8 100644 --- a/include/linux/types.h +++ b/include/linux/types.h @@ -151,12 +151,14 @@ typedef __u32 __bitwise __wsum; typedef unsigned __bitwise__ gfp_t; +#ifdef __linux__ struct ustat { __kernel_daddr_t f_tfree; __kernel_ino_t f_tinode; char f_fname[6]; char f_fpack[6]; }; +#endif #define DECLARE_BITMAP(name, bits) \ unsigned long name[BITS_TO_LONGS(bits)] |
