mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
There's really no need to have this be #ifdef PC98, so remove one more
of them from the tree.
This commit is contained in:
parent
fd5f6f4cf2
commit
52baed478a
1 changed files with 5 additions and 3 deletions
|
|
@ -84,13 +84,15 @@ typedef struct mse_softc {
|
|||
|
||||
/* and Mouse Types */
|
||||
#define MSE_NONE 0 /* don't move this! */
|
||||
#ifdef PC98
|
||||
|
||||
/* pc98 bus mouse types */
|
||||
#define MSE_98BUSMOUSE 0x1
|
||||
#else
|
||||
|
||||
/* isa bus mouse types */
|
||||
#define MSE_LOGITECH 0x1
|
||||
#define MSE_ATIINPORT 0x2
|
||||
|
||||
#define MSE_LOGI_SIG 0xA5
|
||||
#endif
|
||||
|
||||
/* XXX msereg.h? */
|
||||
#define MSE_PORTA 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue