Home | History | Annotate | Line # | Download | only in trap
      1  1.1  christos /*	$NetBSD: trap_aix3.h,v 1.1.1.1 2008/09/19 20:07:19 christos Exp $	*/
      2  1.1  christos 
      3  1.1  christos /* $srcdir/conf/trap/trap_aix3.h */
      4  1.1  christos extern int mount_aix3(char *fsname, char *dir, int flags, int type, void *data, char *mnt_opts);
      5  1.1  christos #define	MOUNT_TRAP(type, mnt, flags, mnt_data) 	mount_aix3(mnt->mnt_fsname, mnt->mnt_dir, flags, type, mnt_data, mnt->mnt_opts)
      6  1.1  christos /* there is no other better place for this missing external definition */
      7  1.1  christos extern int uvmount(int VirtualFileSystemID, int Flag);
      8