Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/fs/fs.h
38,11 → 38,11
*/
 
/*
* CVS : $Id: fs.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
* CVS : $Id: fs.h,v 1.2 2003-03-13 13:37:58 pj Exp $
*
* File: $File$
* Revision: $Revision: 1.1.1.1 $
* Last update: $Date: 2002-03-29 14:12:51 $
* Revision: $Revision: 1.2 $
* Last update: $Date: 2003-03-13 13:37:58 $
*/
 
#ifndef __FS_FS_H__
50,7 → 50,10
 
#include <fs/types.h>
#include <fs/mount.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
int mount_root(__dev_t device, __uint8_t fs_ind,
struct mount_opts *options);
 
61,4 → 64,5
/*+ wait the fs initialization (not required for user task!) +*/
int wait_for_fs_initialization(void);
 
__END_DECLS
#endif