root/include/linux/mouse.h

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

INCLUDED FROM


   1 #ifndef _LINUX_MOUSE_H
   2 #define _LINUX_MOUSE_H
   3 
   4 /*
   5  * These are the minor numbers for the mice - undefine them
   6  * to get rid of the driver from the kernel binary..
   7  */
   8 
   9 #define BUSMOUSE_MINOR 0
  10 #define PSMOUSE_MINOR  1
  11 #define MS_BUSMOUSE_MINOR 2
  12 #define ATIXL_BUSMOUSE_MINOR 3
  13 
  14 unsigned long mouse_init(unsigned long);
  15 
  16 #endif

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