remove trailing whitespace
[coreboot.git] / src / northbridge / amd / amdfam10 / amdfam10.h
index b1eaecd049de11bb13009495c3335e15329ad4f7..99518065defbabd35801c78a39f765c97c644f98 100644 (file)
@@ -958,13 +958,13 @@ that are corresponding to 0x01, 0x02, 0x03, 0x05, 0x06, 0x07
 //           byte 1 - fid_max
 //           byte 2 - nb_cof_vid_update
 //           byte 3 - apic id
-   
+
 #define LAPIC_MSG_REG 0x380
 #define F10_APSTATE_STARTED 0x13  // start of AP execution
 #define F10_APSTATE_STOPPED 0x14  // allow AP to stop
 #define F10_APSTATE_RESET   0x01  // waiting for warm reset
 
-#include "amdfam10_nums.h"
+#include "nums.h"
 
 #ifdef __PRE_RAM__
 #if NODE_NUMS==64
@@ -1199,4 +1199,7 @@ u32 get_sblk(void);
 u8 get_sbbusn(u8 sblk);
 #endif
 
+#include "northbridge/amd/amdht/porting.h"
+BOOL AMD_CB_ManualBUIDSwapList(u8 Node, u8 Link, const u8 **List);
+
 #endif /* AMDFAM10_H */