Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 80 → Rev 84

/shark/tags/rel_0_4/include/fs/fsinit.h
34,7 → 34,10
#include <fs/major.h>
#include <fs/fsind.h>
#include <fs/mount.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/*
* file systems params structure
*/
65,4 → 68,5
int msdos_fs_init(FILESYSTEM_PARMS *);
#endif
 
__END_DECLS
#endif