aboutsummaryrefslogtreecommitdiff
path: root/src/idt/idt.h
blob: 6a68e861db2dc2325cebc76f117c69c271f1731b (plain) (blame)
1
2
3
4
5
6
#ifndef MELVIX_IDT_H
#define MELVIX_IDT_H

void idt_install();

#endif