SMP and timer interrupts
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef _KERNEL_AMD64_INIT_H
|
||||
#define _KERNEL_AMD64_INIT_H
|
||||
|
||||
void amd64_init (void);
|
||||
#include <amd64/smp.h>
|
||||
|
||||
void amd64_init (struct cpu* cpu, bool load_idt);
|
||||
|
||||
#endif // _KERNEL_AMD64_INIT_H
|
||||
|
||||
Reference in New Issue
Block a user