diff options
Diffstat (limited to 'conf/trap/trap_aux.h')
-rw-r--r-- | conf/trap/trap_aux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/trap/trap_aux.h b/conf/trap/trap_aux.h new file mode 100644 index 000000000000..7aa84cd5d4cc --- /dev/null +++ b/conf/trap/trap_aux.h @@ -0,0 +1,2 @@ +/* $srcdir/conf/trap/trap_aux.h */ +#define MOUNT_TRAP(type, mnt, flags, mnt_data) fsmount(type, mnt->mnt_dir, flags, mnt_data) |