6 lines
55 B
C
6 lines
55 B
C
|
|
#ifndef KIDT_H
|
||
|
|
#define KIDT_H
|
||
|
|
|
||
|
|
void init_idt();
|
||
|
|
|
||
|
|
#endif
|