mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 08:14:48 +00:00
7 lines
60 B
C
7 lines
60 B
C
#ifndef _IDT_H
|
|
#define _IDT_H
|
|
|
|
void idt_init(void);
|
|
|
|
#endif
|