summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/console/mouse_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/console/mouse_parser.c')
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/mouse_parser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/console/mouse_parser.c b/c/src/lib/libbsp/i386/pc386/console/mouse_parser.c
index 308ace335f..bd68efd568 100644
--- a/c/src/lib/libbsp/i386/pc386/console/mouse_parser.c
+++ b/c/src/lib/libbsp/i386/pc386/console/mouse_parser.c
@@ -30,7 +30,6 @@
#include "mouse_parser.h"
#include "serial_mouse.h"
-
/* NOTE NOTE NOTE NOTE:
Select here the mouse type !!!!!
*/
@@ -225,7 +224,6 @@ static int ParsePC(int byte)
return 0;
}
-
/*
* Input routine for Microsoft mouse.
* Returns nonzero when a new mouse state has been completed.
@@ -394,7 +392,6 @@ void register_kbd_msg_queue( char *q_name, int port )
kbd_set_driver_handler( kbd_parser );
}
-
void unregister_kbd_msg_queue( int port )
{
kbd_set_driver_handler( NULL );