2021-09-12 03:34:59 +08:00
|
|
|
/*
|
2022-06-19 21:56:24 +08:00
|
|
|
* Copyright (c) 2006-2022, RT-Thread Development Team
|
2021-09-12 03:34:59 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
|
|
|
* 2021-09-11 Meco Man First version
|
|
|
|
*/
|
2022-01-08 23:29:41 +08:00
|
|
|
|
2021-09-12 03:34:59 +08:00
|
|
|
#ifndef __SYS_VFS_H__
|
|
|
|
#define __SYS_VFS_H__
|
|
|
|
|
|
|
|
#include "statfs.h" /* <sys/statfs.h> */
|
|
|
|
|
|
|
|
#endif
|