mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
Kernel V3.0.0
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
#include <stdint.h>
|
||||
|
||||
void ps2_init(void);
|
||||
uint64_t timer_handler(uint64_t rsp);
|
||||
uint64_t keyboard_handler(uint64_t rsp);
|
||||
uint64_t mouse_handler(uint64_t rsp);
|
||||
#include "process.h"
|
||||
|
||||
uint64_t timer_handler(registers_t *regs);
|
||||
uint64_t keyboard_handler(registers_t *regs);
|
||||
uint64_t mouse_handler(registers_t *regs);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user