MentOS
0.8.0
The Mentoring Operating System
mentos
inc
drivers
mouse.h
Go to the documentation of this file.
1
11
#pragma once
12
13
/* The mouse starts sending automatic packets when the mouse moves or is
14
* clicked.
15
*/
16
#include "
kernel.h
"
17
20
int
mouse_initialize
(
void
);
21
24
int
mouse_finalize
(
void
);
25
mouse_initialize
int mouse_initialize(void)
Initializes the mouse.
Definition:
mouse.c:171
mouse_finalize
int mouse_finalize(void)
De-initializes the mouse.
Definition:
mouse.c:200
kernel.h
Kernel generic data structure and functions.
Generated by
1.9.1