mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
6 lines
60 B
C
6 lines
60 B
C
#ifndef _IDT_H
|
|
#define _IDT_H
|
|
|
|
void idt_init(void);
|
|
|
|
#endif
|