GitOS
Operating system exercise
|
#include "ps2keyboard.h"
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include <task/process.h>
#include "common/io.h"
#include "kernel.h"
#include "idt/idt.h"
#include "task/task.h"
#include "drivers/pic/pic.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().