This commit is contained in:
Adrien Bourmault 2019-04-13 09:30:32 +02:00
parent 831591d996
commit d5f30ded66
1 changed files with 3 additions and 2 deletions

View File

@ -35,7 +35,8 @@ static inline void lidt(IdtDescriptor_t idtDesc)
// //
// Initializes the IDT // Initializes the IDT
// //
error_t CpuInitIdt(void) static error_t InitIDT(void)
{ {
return error_t stub; error_t stub;
return stub;
} }