Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/fs/mount.h
20,11 → 20,11
 
/**
------------
CVS : $Id: mount.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: mount.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 $
------------
**/
 
58,7 → 58,10
 
#include <fs/types.h>
#include <fs/fsconf.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/*
*
* SPECIFIC FILESYSTEM PART
127,4 → 130,5
 
typedef struct mount_opts MOUNT_PARMS;
 
__END_DECLS
#endif