xref: /netbsd/sys/arch/i386/stand/lib/comio_direct.h (revision bf9ec67e)
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