aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/gx2/northbridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/amd/gx2/northbridge.h')
-rw-r--r--src/northbridge/amd/gx2/northbridge.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/northbridge/amd/gx2/northbridge.h b/src/northbridge/amd/gx2/northbridge.h
deleted file mode 100644
index a4cd272a83..0000000000
--- a/src/northbridge/amd/gx2/northbridge.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef NORTHBRIDGE_AMD_GX2_H
-#define NORTHBRIDGE_AMD_GX2_H
-
-#include <cpu/amd/gx2def.h>
-
-/* northbridge.c */
-unsigned int gx2_scan_root_bus(device_t root, unsigned int max);
-int sizeram(void);
-void do_vsmbios(void);
-void graphics_init(void);
-
-/* northbridgeinit.c */
-void northbridge_init_early(void);
-uint32_t get_systop(void);
-
-#endif /* NORTHBRIDGE_AMD_GX2_H */