Coherent4.2.10/include/coh/i386lib.h

#ifndef	__COH_I386LIB_H__
#define	__COH_I386LIB_H__

#include <common/ccompat.h>

/* prototypes from kernel internal routines in i386/lib */

/* inb.s */
unsigned char	inb	__PROTO ((int port));

/* outb.s */
void		outb	__PROTO ((int port, unsigned char c));

#endif	/* ! defined (__COH_I386LIB_H__) */