diff options
Diffstat (limited to 'src/mainboard/gigabyte/ma785gmt/resourcemap.c')
-rw-r--r-- | src/mainboard/gigabyte/ma785gmt/resourcemap.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ma785gmt/resourcemap.c b/src/mainboard/gigabyte/ma785gmt/resourcemap.c index acdf645a54..a4a1d9251a 100644 --- a/src/mainboard/gigabyte/ma785gmt/resourcemap.c +++ b/src/mainboard/gigabyte/ma785gmt/resourcemap.c @@ -15,7 +15,11 @@ -static void setup_mb_resource_map(void) +#include <arch/io.h> +#include <commonlib/helpers.h> +#include <northbridge/amd/amdfam10/amdfam10.h> + +void setup_mb_resource_map(void) { static const unsigned int register_values[] = { /* Careful set limit registers before base registers which contain the enables */ |