genode/repos/libports/include/libc-genode/mntent.h

14 lines
325 B
C
Raw Normal View History

2011-12-22 16:19:25 +01:00
#ifndef _LIBC__INCLUDE__MNTENT_H_
#define _LIBC__INCLUDE__MNTENT_H_
#include <sys/mount.h>
struct statfs;
typedef enum { FIND, REMOVE, CHECKUNIQUE } dowhat;
struct statfs *getmntentry(const char *fromname, const char *onname,
fsid_t *fsid, dowhat what);
#endif /* _LIBC__INCLUDE__MNTENT_H_ */