add directory Linux-0.98
This commit is contained in:
16
Linux-0.98/Yggdrasil-0.98.3/usr/include/linux/mouse.h
Normal file
16
Linux-0.98/Yggdrasil-0.98.3/usr/include/linux/mouse.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef _LINUX_MOUSE_H
|
||||
#define _LINUX_MOUSE_H
|
||||
|
||||
/*
|
||||
* These are the minor numbers for the mice - undefine them
|
||||
* to get rid of the driver from the kernel binary..
|
||||
*/
|
||||
|
||||
#define BUSMOUSE_MINOR 0
|
||||
#define PSMOUSE_MINOR 1
|
||||
#define MS_BUSMOUSE_MINOR 2
|
||||
#define ATIXL_BUSMOUSE_MINOR 3
|
||||
|
||||
unsigned long mouse_init(unsigned long);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user