mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
Ring 3 multitasking
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#ifndef PS2_H
|
||||
#define PS2_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void ps2_init(void);
|
||||
void keyboard_handler(void);
|
||||
void mouse_handler(void);
|
||||
uint64_t timer_handler(uint64_t rsp);
|
||||
uint64_t keyboard_handler(uint64_t rsp);
|
||||
uint64_t mouse_handler(uint64_t rsp);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user