Changeset 82650385 in mainline for uspace/srv/fs/minixfs/mfs.h
- Timestamp:
- 2011-03-05T17:11:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3564cdd
- Parents:
- 939b7d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs.h
r939b7d2 r82650385 34 34 #define _MFS_H_ 35 35 36 #include "mfs_const.h"36 #include <fs/minix.h> 37 37 #include "../../vfs/vfs.h" 38 39 typedef enum { 40 MFS_VERSION_V1 = 1, 41 MFS_VERSION_V1L, 42 MFS_VERSION_V2, 43 MFS_VERSION_V2L, 44 MFS_VERSION_V3 45 } mfs_version_t; 38 46 39 47 extern void mfs_mounted(ipc_callid_t rid, ipc_call_t *request);
Note:
See TracChangeset
for help on using the changeset viewer.