metalsvm/include
Marian Ohligs 3d74f1b514 - rewrite the read_fs and write_fs. Now both functions use fildes_t instead of vfs_node_t structs.
INFO:	typedef struct fildes {
        	vfs_node_t* 	node;
        	off_t 		offset;
		int 		flags;
		int 		mode;
	} fildes_t;

- merge fs_types.h and fs.h into one file fs.h
2011-07-01 18:04:00 +02:00
..
metalsvm - rewrite the read_fs and write_fs. Now both functions use fildes_t instead of vfs_node_t structs. 2011-07-01 18:04:00 +02:00
stdarg.h - add missing files 2010-08-17 10:25:50 +00:00
stddef.h - minor modifications (only some Makefiles and wrapper definitions) to build lwip for the SCC 2010-08-11 17:59:21 +00:00
string.h - minor modifications (only some Makefiles and wrapper definitions) to build lwip for the SCC 2010-08-11 17:59:21 +00:00