git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1616 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
5 lines
84 B
C
5 lines
84 B
C
extern struct chip_control cpu_p6_control;
|
|
|
|
struct cpu_p6_config {
|
|
int nothing;
|
|
};
|