new chip stuff

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@994 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2003-07-21 15:12:38 +00:00
parent 2b02b63c54
commit 1b0e79704f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
*/
/* some of the types of resources chips can control */
#ifndef CHIP_CONFIGURE
#ifndef CONFIG_CHIP_CONFIGURE
#define CHIP_CONFIGURE(chip, pass) chip_configure(chip, pass)
#else
#define CHIP_CONFIGURE(chip, pass)