Home | History | Annotate | Line # | Download | only in trap
      1 /*	$NetBSD: trap_mach3.h,v 1.1.1.1 2008/09/19 20:07:19 christos Exp $	*/
      2 
      3 /* $srcdir/conf/trap/trap_mach3.h */
      4 extern int mount_mach3(char *type, char *mnt, int flags, caddr_t mnt_data);
      5 #define MOUNT_TRAP(type, mnt, flags, mnt_data) 	mount_mach(type, mnt, flags, mnt_data)
      6