Kernel/arch/i686/cpu/idt.hpp
2022-10-10 09:07:36 +03:00

12 lines
185 B
C++

#ifndef __FENNIX_KERNEL_IDT_H__
#define __FENNIX_KERNEL_IDT_H__
#include <types.h>
namespace InterruptDescriptorTable
{
void Init(int Core);
}
#endif // !__FENNIX_KERNEL_IDT_H__