From 69c5a905ede8053fd2993ed2e4ff14e9970f2dce Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Thu, 29 Apr 2004 20:08:54 +0000 Subject: changed dev->enable to dev->enabled. Sorry, I am the only one who can't speak English in the project. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1543 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/device.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include/device/device.h') diff --git a/src/include/device/device.h b/src/include/device/device.h index 708fa149d3..52fb723ebe 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -46,8 +46,7 @@ struct device { unsigned short device; unsigned int class; /* 3 bytes: (base,sub,prog-if) */ unsigned int hdr_type; /* PCI header type */ - /* @todo rename this to 'enabled' */ - unsigned int enable : 1; /* set if we should enable the device */ + unsigned int enabled : 1; /* set if we should enable the device */ uint8_t command; -- cgit v1.2.3