ZestCode
 
Loading...
Searching...
No Matches
vfs.h File Reference
#include <errno.h>
#include <stdint.h>
#include <sys/stat.h>
#include <unistd.h>

Go to the source code of this file.

Classes

struct  fs_driver
 
struct  file_entry
 

Functions

int vfs_add_entry_r (struct _reent *r, struct fs_driver const *const driver, void *arg)
 
int vfs_update_entry (int file, struct fs_driver const *const driver, void *arg)
 

Detailed Description

Virtual File System header

See system/dev/vfs.c for discussion

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.