Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/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