Welcome to mirror list, hosted at ThFree Co, Russian Federation.

statfs.h « asm-generic « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f88dcd8ed9dd57b98f4bba8860ba5bbb4af2a2ef (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _GENERIC_STATFS_H
#define _GENERIC_STATFS_H

#include <uapi/asm-generic/statfs.h>

typedef __kernel_fsid_t	fsid_t;
#endif