diff options
Diffstat (limited to 'conf/trap/trap_stellix.h')
-rw-r--r-- | conf/trap/trap_stellix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/trap/trap_stellix.h b/conf/trap/trap_stellix.h new file mode 100644 index 0000000000000..5a0848e36731b --- /dev/null +++ b/conf/trap/trap_stellix.h @@ -0,0 +1,3 @@ +/* $srcdir/conf/trap/trap_stellix.h */ +extern int mount_stellix(char *fsname, char *dir, int flags, int type, void *data); +#define MOUNT_TRAP(type, mnt, flags, mnt_data) mount_stellix(mnt->mnt_fsname, mnt->mnt_dir, flags, type, mnt_data) |