summaryrefslogtreecommitdiffstats
path: root/include/sys/mount.h
blob: 978f3406e80a681f95912c2c93b808ebf27685b3 (plain)
1
2
3
4
5
6
7
8
#ifndef __SYS_MOUNT_H
#define __SYS_MOUNT_H

int mount(const char *device, const char *fsname, const char *path,
		const char *fsoptions);
int umount(const char *pathname);

#endif /* __SYS_MOUNT_H */