Espresso 0.0.0e
This commit is contained in:
13
include/drivers/idt.h
Normal file
13
include/drivers/idt.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef _IDT_H
|
||||
#define _IDT_H
|
||||
|
||||
#include <types.h>
|
||||
|
||||
|
||||
void idt_init(void);
|
||||
void pic_remap(void);
|
||||
void idt_set_descriptor(uint8_t vector, void* isr, uint8_t flags);
|
||||
void exception_dispatcher(uint32_t int_no, uint32_t err_code);
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user