Files
RockOS/kernel/interrupts.h

6 lines
55 B
C
Raw Normal View History

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