summaryrefslogtreecommitdiff
path: root/sys/include/arch/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/arch/amd64')
-rw-r--r--sys/include/arch/amd64/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/include/arch/amd64/cpu.h b/sys/include/arch/amd64/cpu.h
index ef2eb78..84391ba 100644
--- a/sys/include/arch/amd64/cpu.h
+++ b/sys/include/arch/amd64/cpu.h
@@ -41,7 +41,8 @@ struct cpu_info {
struct tss_entry *tss;
};
-void cpu_startup(void);
+void cpu_startup(struct cpu_info *ci);
struct cpu_info *this_cpu(void);
+extern struct cpu_info g_bsp_ci;
#endif /* !_MACHINE_CPU_H_ */