Fix all warnings in the tree
[coreboot.git] / src / include / cpu / amd / multicore.h
index 5441c30cd3c9e9a4c5f2912c34eb9c7529ef9a56..5031ad98c0f6a0ce42bae10c272e7809258664f0 100644 (file)
@@ -32,6 +32,7 @@ struct node_core_id {
 #if defined(__GNUC__)
 // it can be used to get unitid and coreid it running only
 struct node_core_id get_node_core_id(u32 nb_cfg_54);
+struct node_core_id get_node_core_id_x(void);
 #endif
 
 #if !defined(__PRE_RAM__)
@@ -39,6 +40,7 @@ struct device;
 u32 get_apicid_base(u32 ioapic_num);
 void amd_sibling_init(struct device *cpu);
 #else
+void wait_all_core0_started(void);
 void wait_all_other_cores_started(u32 bsp_apicid);
 void wait_all_aps_started(u32 bsp_apicid);
 void allow_all_aps_stop(u32 bsp_apicid);