ZealOS/zealbooter/idt.h

7 lines
60 B
C
Raw Normal View History

#ifndef _IDT_H
#define _IDT_H
void idt_init(void);
#endif