diff options
Diffstat (limited to 'kernel/tests/include/lapi/ustat.h')
| -rw-r--r-- | kernel/tests/include/lapi/ustat.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/kernel/tests/include/lapi/ustat.h b/kernel/tests/include/lapi/ustat.h deleted file mode 100644 index 98633e7..0000000 --- a/kernel/tests/include/lapi/ustat.h +++ /dev/null @@ -1,22 +0,0 @@ -//SPDX-License-Identifier: GPL-2.0-or-later - -#ifndef LAPI_USTAT_H -#define LAPI_USTAT_H - -#include "config.h" - -#include <sys/types.h> - -#ifdef HAVE_SYS_USTAT_H -# include <sys/ustat.h> -#elif HAVE_LINUX_TYPES_H -# include <linux/types.h> -struct ustat { - __kernel_daddr_t f_tfree; - ino_t f_tinode; - char f_fname[6]; - char f_fpack[6]; -}; -#endif - -#endif /* LAPI_USTAT_H */ |
