10 lines
194 B
C
10 lines
194 B
C
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
#ifndef _UAPI_ASM_SW64_STATFS_H
|
|
#define _UAPI_ASM_SW64_STATFS_H
|
|
|
|
#include <linux/types.h>
|
|
|
|
#include <asm-generic/statfs.h>
|
|
|
|
#endif
|