Files
RockOS/kernel/interrupts.h

6 lines
55 B
C

#ifndef KIDT_H
#define KIDT_H
void init_idt();
#endif