OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [sys/] [mount.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#ifndef _SYS_MOUNT_H
2
#define _SYS_MOUNT_H
3
 
4
#include <features.h>
5
 
6
__BEGIN_DECLS
7
 
8
extern int      mount __P ((__const char* __specialfile,
9
                __const char* __dir,__const char* __filesystemype,
10
                unsigned long __rwflag,__const void *__data));
11
 
12
extern int      umount __P ((__const char* __specialfile));
13
 
14
 
15
__END_DECLS
16
 
17
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.