index
:
portland-os
main
old (and broken) hobby os
benji dial
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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