UnnamedOS
idt.h
Go to the documentation of this file.
1
7
#ifndef INTERRUPTS_IDT_H
8
#define INTERRUPTS_IDT_H
9
11
#define IDT_ENTRIES 256
12
13
void
idt_init
();
14
15
#endif
16
idt_init
void idt_init()
Initializes the IDT.
Definition:
idt.c:99
src
kernel
interrupts
idt.h
Generated by
1.8.11