xref: /netbsd-src/external/bsd/am-utils/dist/conf/trap/trap_linux.h (revision a53f50b9b44dc9467ccc9c464999b1d1c509cb0c)
1*a53f50b9Schristos /*	$NetBSD: trap_linux.h,v 1.1.1.1 2008/09/19 20:07:19 christos Exp $	*/
2*a53f50b9Schristos 
3*a53f50b9Schristos /* $srcdir/conf/trap/trap_linux.h */
4*a53f50b9Schristos extern int mount_linux(MTYPE_TYPE type, mntent_t *mnt, int flags, caddr_t data);
5*a53f50b9Schristos #define	MOUNT_TRAP(type, mnt, flags, mnt_data) 	mount_linux(type, mnt, flags, mnt_data)
6