aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/k8/chip.h
blob: edebee1f14ccf3d5e50775ea928add46608cb123 (plain)
1
2
3
4
5
6
7
8
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;
};