- Fix config.g and the hdama config so everthing builds again.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1680 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Eric Biederman
2004-10-16 02:48:37 +00:00
parent 688af4be2b
commit 216525d1fd
5 changed files with 298 additions and 110 deletions

View File

@@ -67,7 +67,8 @@ struct device {
unsigned long rom_address;
struct device_operations *ops;
struct chip *chip;
struct chip_control *chip_control;
void *chip_info;
};
extern struct device dev_root; /* root bus */