second round name simplification. drop the <component>_ prefix.
[coreboot.git] / src / northbridge / amd / amdk8 / amdk8.h
1 #ifndef AMDK8_H
2
3 #define AMDK8_H
4
5 #if CONFIG_K8_REV_F_SUPPORT == 1
6         #include "f.h"
7 #else
8         #include "pre_f.h"
9 #endif
10
11 #ifdef __PRE_RAM__
12 void showallroutes(int level, device_t dev);
13 void setup_resource_map_offset(const unsigned int *register_values, int max, unsigned offset_pci_dev, unsigned offset_io_base);
14 void fill_mem_ctrl(int controllers, struct mem_controller *ctrl_a, const uint16_t *spd_addr);
15 #endif
16
17 #endif /* AMDK8_H */