1/*	$NetBSD$	*/
2
3/* $srcdir/conf/trap/trap_isc3.h */
4extern int mount_isc3(char *fsname, char *dir, int flags, int type, void *data);
5#define MOUNT_TRAP(type, mnt, flags, mnt_data) 	mount_isc3(mnt->mnt_fsname, mnt->mnt_dir, flags, type, mnt_data)
6