diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-21 15:12:38 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-21 15:12:38 +0000 |
commit | 1b0e79704f5b8d04ad5dbe9781ea01b3a2159b0d (patch) | |
tree | d9bcec163d51e6c7dda0412bf7e6d473438d9a25 /src | |
parent | 2b02b63c545e82d6679a4fb40e4001b499bf572f (diff) |
new chip stuff
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@994 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/include/device/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/chip.h b/src/include/device/chip.h index 328b64216e..10b4017d4a 100644 --- a/src/include/device/chip.h +++ b/src/include/device/chip.h @@ -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) |