more debug output
[linux-2.4.git] / drivers / sbus / char / sunmouse.h
1 /* $Id: sunmouse.h,v 1.2 1999/11/19 09:56:34 davem Exp $
2  * sunmouse.h: Interface to the SUN mouse driver.
3  *
4  * Copyright (C) 1997  Eddie C. Dost  (ecd@skynet.be)
5  */
6
7 #ifndef _SPARC_SUNMOUSE_H
8 #define _SPARC_SUNMOUSE_H 1
9
10 extern void sun_mouse_zsinit(void);
11 extern void sun_mouse_inbyte(unsigned char, int);
12
13 #endif /* !(_SPARC_SUNMOUSE_H) */