summaryrefslogtreecommitdiff
path: root/src/kernel/idt.h
blob: 9971d9a204e7417a4cb430843fadfd618aa74297 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef IDT_H
#define IDT_H

#include <stdint.h>

void init_idt();

#endif