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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [sys/] [mount.h] - Rev 1765

Compare with Previous | Blame | View Log

#ifndef _SYS_MOUNT_H
#define _SYS_MOUNT_H
 
#include <features.h>
 
__BEGIN_DECLS
 
extern int      mount __P ((__const char* __specialfile,
                __const char* __dir,__const char* __filesystemype,
                unsigned long __rwflag,__const void *__data));
 
extern int      umount __P ((__const char* __specialfile));
 
 
__END_DECLS
 
#endif
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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