![]() |
agileRTOS (zrtos)
Version 0.8.0 (ghostbuster)
|
#include <zrtos/vfs_plugin.h>
Go to the source code of this file.
Data Structures | |
struct | _zrtos_vfs_inode_t |
Typedefs | |
typedef struct _zrtos_vfs_inode_t | zrtos_vfs_inode_t |
Functions | |
bool | zrtos_vfs_inode__init (zrtos_vfs_inode_t *thiz, zrtos_vfs_plugin_t *plugin, void *ctx) |
void | zrtos_vfs_inode__deinit (zrtos_vfs_inode_t *thiz) |
zrtos_vfs_plugin_t * | zrtos_vfs_inode__get_plugin (zrtos_vfs_inode_t *thiz) |
void * | zrtos_vfs_inode__get_ctx (zrtos_vfs_inode_t *thiz) |
typedef struct _zrtos_vfs_inode_t zrtos_vfs_inode_t |
void zrtos_vfs_inode__deinit | ( | zrtos_vfs_inode_t * | thiz | ) |
void* zrtos_vfs_inode__get_ctx | ( | zrtos_vfs_inode_t * | thiz | ) |
Definition at line 45 of file vfs_inode.h.
zrtos_vfs_plugin_t* zrtos_vfs_inode__get_plugin | ( | zrtos_vfs_inode_t * | thiz | ) |
Definition at line 39 of file vfs_inode.h.
bool zrtos_vfs_inode__init | ( | zrtos_vfs_inode_t * | thiz, |
zrtos_vfs_plugin_t * | plugin, | ||
void * | ctx | ||
) |