Files
mop3/kernel/amd64/init.h
2026-02-20 15:33:16 +01:00

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