9 lines
167 B
C
9 lines
167 B
C
#ifndef _KERNEL_AMD64_INIT_H
|
|
#define _KERNEL_AMD64_INIT_H
|
|
|
|
#include <amd64/smp.h>
|
|
|
|
void init_gdt_idt (struct cpu* cpu, bool load_idt);
|
|
|
|
#endif // _KERNEL_AMD64_INIT_H
|