ramfs.h
浏览该文件的文档.
1
6
#ifndef FS_RAMFS_H
7
#define FS_RAMFS_H
8
9
#include <stdint.h>
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
27
int32_t
ramfs_register
(
const
char
*mount_path);
28
35
int32_t
ramfs_unregister
(
const
char
*mount_path);
36
37
40
#ifdef __cplusplus
41
}
42
#endif
43
44
#endif
45
ramfs_unregister
int32_t ramfs_unregister(const char *mount_path)
ramfs_register
int32_t ramfs_register(const char *mount_path)