From 9a29d452d03a63f39a80c0640b7747d8508568e2 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 28 Sep 2018 00:29:02 +0200 Subject: moved mouse and kb, fixed mouse a bit --- driver/mouse.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'driver/mouse.h') diff --git a/driver/mouse.h b/driver/mouse.h index 95bf088..77a93b8 100644 --- a/driver/mouse.h +++ b/driver/mouse.h @@ -1,2 +1,15 @@ -void mouse_handler(); +/** + * @file + * +//http://forum.osdev.org/viewtopic.php?t=10247 + +//based on Mouse.inc by SANiK +//License: Use as you wish, except to cause damage + */ + +#include +#include + +void mouse_handler(uint8_t byte); void mouse_init(); +bool mouse_worker(); -- cgit v1.2.3