UbixOS
2.0
|
#include <isa/mouse.h>
#include <isa/8259.h>
#include <sys/idt.h>
#include <sys/gdt.h>
#include <sys/io.h>
#include <lib/kprintf.h>
Go to the source code of this file.
Functions | |
asm (".globl mouseISR \n" "mouseISR: \n" " pusha \n" " call mouseHandler \n" " popa \n" " iret \n") | |
void | mouseHandler () |
int | mouseInit () |
asm | ( | ".globl mouseISR \n" "mouseISR: \n" " pusha \n" " call mouseHandler \n" " popa \n" " iret \n" | ) |
void mouseHandler | ( | ) |