From d16753be863e6c5729af904f4034495b4a58efe9 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Thu, 29 Apr 2004 20:30:02 +0000 Subject: chaged chip_device_path::enable to chip_device_path::enabled, again, I am the only one who can't speak English. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1544 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/chip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/device') diff --git a/src/include/device/chip.h b/src/include/device/chip.h index 7dface868f..5f4e36b87c 100644 --- a/src/include/device/chip.h +++ b/src/include/device/chip.h @@ -56,7 +56,7 @@ struct chip_resource { struct chip_device_path { struct device_path path; unsigned channel; - int enable; + int enabled; struct chip_resource resource[MAX_RESOURCES]; }; -- cgit v1.2.3