missing file chip.h

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1071 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich 2003-08-05 13:43:18 +00:00
parent 312f64a2c2
commit 95bbf58b8c
1 changed files with 9 additions and 0 deletions

9
src/cpu/k8/chip.h Normal file
View File

@ -0,0 +1,9 @@
extern struct chip_control cpu_k8_control;
struct ht_link {
struct chip *chip;
unsigned int ht_width, ht_speed;
};
struct cpu_k8_config {
struct ht_link up, down, across;
};