refactored device_t and all declarations
This commit is contained in:
@@ -355,6 +355,7 @@ static const device_config_t ps2_config[] = {
|
||||
|
||||
const device_t mouse_ps2_device = {
|
||||
"Standard PS/2 Mouse",
|
||||
"mouse_ps2",
|
||||
DEVICE_PS2,
|
||||
MOUSE_TYPE_PS2,
|
||||
mouse_ps2_init, ps2_close, NULL,
|
||||
|
||||
Reference in New Issue
Block a user