aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/family14/northbridge.h
diff options
context:
space:
mode:
authorefdesign98 <efdesign98@gmail.com>2011-09-14 13:47:17 -0600
committerMarc Jones <marcj303@gmail.com>2011-09-14 23:45:40 +0200
commit3f5ebd65339cc77619f04f58e77fb272b9ed4484 (patch)
treee49029dbfbfe88dba871d8c8b2c27fd542161c32 /src/northbridge/amd/agesa/family14/northbridge.h
parent99b6674bd25b39f5918a7e38a454632104f5f845 (diff)
AMD F14 Northbridge updates
This change is warning and whitespace fixes in the northbridge code for AMD Family 14 rev C0 cpu update. This does not address warnings in the mainboard, Agesa, Cimx, or southbridge code. Change-Id: I7ee7018a292ebb2343c9b7986dd21227185879dc Signed-off-by: Frank Vibrans <frank.vibrans@amd.com> Signed-off-by: efdesign98 <efdesign98@gmail.com> Reviewed-on: http://review.coreboot.org/134 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/northbridge/amd/agesa/family14/northbridge.h')
-rw-r--r--src/northbridge/amd/agesa/family14/northbridge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/amd/agesa/family14/northbridge.h b/src/northbridge/amd/agesa/family14/northbridge.h
index fb8df38352..cbb2b845d5 100644
--- a/src/northbridge/amd/agesa/family14/northbridge.h
+++ b/src/northbridge/amd/agesa/family14/northbridge.h
@@ -23,4 +23,6 @@
static struct device_operations pci_domain_ops;
static struct device_operations cpu_bus_ops;
+device_t get_node_pci(u32 nodeid, u32 fn);
+
#endif /* NORTHBRIDGE_AMD_AGESA_FAM14H_H */