git-svn-id: svn://svn.coreboot.org/coreboot/trunk@784 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
7 lines
126 B
C
7 lines
126 B
C
#ifndef CPU_K8_CPUFIXUP_H
|
|
#define CPU_K8_CPUFIXUP_H
|
|
|
|
void k8_cpufixup(struct mem_range *mem);
|
|
|
|
#endif /* CPU_K8_CPUFIXUP_H */
|