aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/gx2/northbridge.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-22 09:22:15 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-22 09:22:15 +0000
commitba09695b58f7254d646618d1207840e33ca3d1d8 (patch)
tree376676533f18b11d3051d9f5e4af3f20ce33e6d1 /src/northbridge/amd/gx2/northbridge.h
parent4e169f903071b6201bdb046020d9c73f95e64715 (diff)
fix compilation remaining geode boards
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5475 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/gx2/northbridge.h')
-rw-r--r--src/northbridge/amd/gx2/northbridge.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/northbridge/amd/gx2/northbridge.h b/src/northbridge/amd/gx2/northbridge.h
index 750ed3b42c..cd3af80cd5 100644
--- a/src/northbridge/amd/gx2/northbridge.h
+++ b/src/northbridge/amd/gx2/northbridge.h
@@ -1,6 +1,15 @@
#ifndef NORTHBRIDGE_AMD_GX2_H
#define NORTHBRIDGE_AMD_GX2_H
-extern unsigned int gx2_scan_root_bus(device_t root, unsigned int max);
+#if !defined(__ROMCC__) && !defined(ASSEMBLY)
+#if defined(__PRE_RAM__)
+#else
+unsigned int gx2_scan_root_bus(device_t root, unsigned int max);
+int sizeram(void);
+void gx2_chipsetinit (struct northbridge_amd_gx2_config *nb);
+void graphics_init(void);
+void northbridgeinit(void);
+#endif
+#endif
#endif /* NORTHBRIDGE_AMD_GX2_H */