Loading...
/* $Id: sunmouse.h,v 1.1.6.1 1999/10/14 08:44:33 davem Exp $ * sunmouse.h: Interface to the SUN mouse driver. * * Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be) */ #ifndef _SPARC_SUNMOUSE_H #define _SPARC_SUNMOUSE_H 1 extern void sun_mouse_zsinit(void); extern void sun_mouse_inbyte(unsigned char, int); #endif /* !(_SPARC_SUNMOUSE_H) */ |