|
GitOS
|
#include "ps2keyboard.h"#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <task/process.h>#include "common/io.h"#include "drivers/pic/pic.h"#include "idt/idt.h"#include "kernel.h"#include "task/task.h"Functions | |
| void | ps2keyboard_irq_handler () |
| int | ps2keyboard_setup () |
| void ps2keyboard_irq_handler | ( | ) |
References inb(), pic_EOI(), process_current(), and process_pushkey().
| int ps2keyboard_setup | ( | ) |
References idt_SetHandler(), kprintf(), outb(), and ps2keyboard_irq_handler().