xref: /netbsd-src/sys/arch/i386/stand/lib/comio_direct.h (revision 9fbd88883c38d0c0fbfcbe66d76fe6b0fab3f9de)
1 /*	$NetBSD: comio_direct.h,v 1.2 1998/01/05 07:02:58 perry Exp $	*/
2 
3 void cominit_d __P((int));
4 int computc_d __P((int, int));
5 int comgetc_d __P((int));
6 int comstatus_d __P((int));
7