2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 15:13:55 +08:00
linux-next/include/asm-generic/statfs.h

8 lines
130 B
C
Raw Normal View History

#ifndef _GENERIC_STATFS_H
#define _GENERIC_STATFS_H
#include <uapi/asm-generic/statfs.h>
typedef __kernel_fsid_t fsid_t;
#endif