#include "uip.h"
Include dependency graph for fs.h:
This graph shows which files directly or indirectly include this file:
Data Structures | |
struct | fs_file |
An open file in the read-only file system. More... | |
Functions | |
int | fs_open (const char *name, struct fs_file *file) |
Open a file in the read-only file system. | |
void | fs_init (void) |
Initialize the read-only file system. |