Changeset 3b08178 in mainline for uspace/srv/fs/minixfs/mfs.h
- Timestamp:
- 2011-03-17T15:22:22Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e54ba607
- Parents:
- 953a823
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs.h
r953a823 r3b08178 36 36 #include <minix.h> 37 37 #include <libblock.h> 38 #include <libfs.h> 38 39 #include <adt/list.h> 39 40 #include "../../vfs/vfs.h" … … 46 47 #define mfsdebug(...) 47 48 #endif 49 50 #ifdef _MAIN 51 #define GLOBAL 52 #else 53 #define GLOBAL extern 54 #endif 55 56 GLOBAL fs_reg_t mfs_reg; 48 57 49 58 typedef enum { … … 80 89 81 90 extern void mfs_mounted(ipc_callid_t rid, ipc_call_t *request); 91 extern void mfs_mount(ipc_callid_t rid, ipc_call_t *request); 92 extern int mfs_get_instance(devmap_handle_t handle, 93 struct mfs_instance **instance); 82 94 83 95 #endif
Note:
See TracChangeset
for help on using the changeset viewer.