diff options
Diffstat (limited to 'src/mainboard/supermicro/h8dmr/mptable.c')
-rw-r--r-- | src/mainboard/supermicro/h8dmr/mptable.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/h8dmr/mptable.c b/src/mainboard/supermicro/h8dmr/mptable.c index caf79b490d..e611b9a622 100644 --- a/src/mainboard/supermicro/h8dmr/mptable.c +++ b/src/mainboard/supermicro/h8dmr/mptable.c @@ -33,6 +33,8 @@ extern unsigned apicid_mcp55; extern unsigned char bus_pcix[3]; // under bus_mcp55_2 +extern void get_bus_conf(void); + void *smp_write_config_table(void *v) { static const char sig[4] = "PCMP"; |