metal-cos/sys/include/mount.h

14 lines
229 B
C
Raw Normal View History

2015-11-15 23:17:18 +00:00
#ifndef __SYS_MOUNT_H__
#define __SYS_MOUNT_H__
struct statfs {
};
#define MNT_RDONLY 0x0001 /* Read-only */
#define MNT_SYNC 0x0002 /* Synchronous */
#define MNT_ASYNC 0x0004 /* Asynchronous */
#endif /* __SYS_MOUNT_H__ */