summaryrefslogtreecommitdiff
path: root/src/drivers/hdi/mouse.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-20 09:31:30 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-20 09:31:30 +0200
commit7eae4edb86fc65b2e99bf81757aeb00392d8a60d (patch)
tree2ee5c92be2ca55dcd30dc3e9632bcfa4dfd9a095 /src/drivers/hdi/mouse.h
parent43fcc1ca57149c5a87502f0c23a2c85e4d28264a (diff)
downloadabaos-7eae4edb86fc65b2e99bf81757aeb00392d8a60d.tar.gz
abaos-7eae4edb86fc65b2e99bf81757aeb00392d8a60d.tar.bz2
added a virtual keyboard driver interface, made the PS/2 keyboard a specialization of it
Diffstat (limited to 'src/drivers/hdi/mouse.h')
-rw-r--r--src/drivers/hdi/mouse.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/hdi/mouse.h b/src/drivers/hdi/mouse.h
index 90417f3..5b3d08f 100644
--- a/src/drivers/hdi/mouse.h
+++ b/src/drivers/hdi/mouse.h
@@ -50,6 +50,4 @@ void mouse_print_info( void *obj );
void mouse_set_resolution( void *obj, const uint32_t x, const uint32_t y );
void mouse_set_position( void *obj, const uint32_t x, const uint32_t y );
-uint32_t mouse_handle_interrupt( interrupt_handler_t *handler, uint32_t esp );
-
#endif // MOUSE_H