root/include/asm-m68k/atari_mouse.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef _LINUX_ATARI_MOUSE_H
   2 #define _LINUX_ATARI_MOUSE_H
   3 
   4 /*
   5  * linux/include/linux/atari_mouse.h
   6  * header file for Atari Mouse driver
   7  * by Robert de Vries (robert@and.nl) on 19Jul93
   8  */
   9 
  10 struct mouse_status {
  11         char            buttons;
  12         short           dx;
  13         short           dy;
  14         int             ready;
  15         int             active;
  16         struct wait_queue *wait;
  17         struct fasync_struct *fasyncptr;
  18 };
  19 
  20 #endif

/* [previous][next][first][last][top][bottom][index][help] */