Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/sys/mount.h
27,7 → 27,10
#include <sys/types.h>
#include <fs/mount.h>
#include <fs/fsind.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
dev_t fdevice __P ((char *device_name));
 
int mount __P ((dev_t device, u_int8_t fsind,
35,4 → 38,5
 
int umount __P ((dev_t device));
 
__END_DECLS
#endif