diff options
Diffstat (limited to 'conf/trap/trap_mach3.h')
-rw-r--r-- | conf/trap/trap_mach3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/trap/trap_mach3.h b/conf/trap/trap_mach3.h new file mode 100644 index 000000000000..65af3a705d58 --- /dev/null +++ b/conf/trap/trap_mach3.h @@ -0,0 +1,3 @@ +/* $srcdir/conf/trap/trap_mach3.h */ +extern int mount_mach3(char *type, char *mnt, int flags, caddr_t mnt_data); +#define MOUNT_TRAP(type, mnt, flags, mnt_data) mount_mach(type, mnt, flags, mnt_data) |