Files
mop3/kernel/amd64/init.h
2025-12-23 19:50:37 +01:00

9 lines
165 B
C

#ifndef _KERNEL_AMD64_INIT_H
#define _KERNEL_AMD64_INIT_H
#include <amd64/smp.h>
void amd64_init (struct cpu* cpu, bool load_idt);
#endif // _KERNEL_AMD64_INIT_H