Skip to content
Snippets Groups Projects
nxffs.h 36.7 KiB
Newer Older
patacongo's avatar
patacongo committed
extern int nxffs_bind(FAR struct inode *blkdriver, FAR const void *data,
                      FAR void **handle);
extern int nxffs_unbind(FAR void *handle, FAR struct inode **blkdriver);
extern int nxffs_statfs(FAR struct inode *mountpt, FAR struct statfs *buf);
extern int nxffs_stat(FAR struct inode *mountpt, FAR const char *relpath,
                      FAR struct stat *buf);
extern int nxffs_unlink(FAR struct inode *mountpt, FAR const char *relpath);

#endif /* __FS_NXFFS_NXFFS_H */