Ai-Thinker-Open_RTL8710BX_A.../Living_SDK/kernel/vfs/include/vfs.h
2020-06-18 22:04:32 +08:00

23 lines
273 B
C

/*
* Copyright (C) 2015-2017 Alibaba Group Holding Limited
*/
#ifndef AOS_VFS_H
#define AOS_VFS_H
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/types.h>
#include <vfs_conf.h>
int vfs_init(void);
int vfs_device_init(void);
#ifdef __cplusplus
}
#endif
#endif