From 1b0e79704f5b8d04ad5dbe9781ea01b3a2159b0d Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Mon, 21 Jul 2003 15:12:38 +0000 Subject: new chip stuff git-svn-id: svn://svn.coreboot.org/coreboot/trunk@994 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/chip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') 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) -- cgit v1.2.3