ZealOS/zealbooter/idt.h

6 lines
60 B
C

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