bottleros/Kernel/include/idtLoader.h

7 lines
76 B
C

#ifndef __IDT_LOADER_H__
#define __IDT_LOADER_H__
void load_idt();
#endif