Remove a few more warnings from fam10.
[coreboot.git] / src / northbridge / amd / amdfam10 / amdfam10.h
index 1fbef83236a7c2153f08e696118ddca140d96f45..81dec8858d2cffd844958af551fcad4a9222473b 100644 (file)
@@ -1084,6 +1084,10 @@ struct sys_info {
 
 } __attribute__((packed));
 
+#ifndef __PRE_RAM__
+device_t get_node_pci(u32 nodeid, u32 fn);
+#endif
+
 #if CONFIG_AMDMCT == 0
 
 #ifdef __PRE_RAM__