diff options
Diffstat (limited to 'libdiskfs/fsmutations.h')
-rw-r--r-- | libdiskfs/fsmutations.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdiskfs/fsmutations.h b/libdiskfs/fsmutations.h index 5026810c..68b6ae3c 100644 --- a/libdiskfs/fsmutations.h +++ b/libdiskfs/fsmutations.h @@ -23,6 +23,9 @@ #define IO_INTRAN protid_t diskfs_begin_using_protid_port (io_t) #define IO_DESTRUCTOR diskfs_end_using_protid_port (protid_t) +#define FSYS_INTRAN control_t diskfs_begin_using_control_port (fsys_t) +#define FSYS_DESTRUCTOR diskfs_end_using_control_port (control_t) + #define FILE_IMPORTS import "priv.h"; #define IO_IMPORTS import "priv.h"; #define FSYS_IMPORTS import "priv.h"; |