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

#include <stdint.h>

void init_idt();
void enable_idt();

#endif