summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/dev/dtopvar.h
blob: 0f47e91c2841a33406a912a4f6013850c52892de (plain)
1
2
3
4
5
6
7
8
int	dtopKBDGetc __P((dev_t dev));
void	dtopKBDPutc __P((dev_t dev, int c));

/*
 * Device numbers.
 */
#define	DTOPKBD_PORT	0
#define	DTOPMOUSE_PORT	1