os/include/kernel/idt.h

5 lines
59 B
C
Raw Normal View History

2024-07-11 08:56:52 +02:00
#include <stdint.h>
#include <stdbool.h>
2024-07-11 08:56:52 +02:00
void idt_init();