sunmouse.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  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. #ifndef _SPARC_SUNMOUSE_H
  7. #define _SPARC_SUNMOUSE_H 1
  8. extern void sun_mouse_zsinit(void);
  9. extern void sun_mouse_inbyte(unsigned char, int);
  10. #endif /* !(_SPARC_SUNMOUSE_H) */