Inconsistent with specification here:

It's a typo of MiscSubclass 0.9 spec. It should be a variable name "ChassisType" rather than a type "EFI_MISC_CHASSIS_TYPE".

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8803 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian 2009-07-08 03:59:53 +00:00
parent eeff6bb017
commit 6b7058c4df
1 changed files with 5 additions and 0 deletions

View File

@ -1636,6 +1636,11 @@ typedef enum {
} EFI_MISC_CHASSIS_TYPE;
typedef struct {
///
/// Inconsistent with specification here:
/// It's a typo of MiscSubclass 0.9 spec. It should be a variable
/// name "ChassisType" rather than a type "EFI_MISC_CHASSIS_TYPE".
///
UINT32 ChassisType :16;
UINT32 ChassisLockPresent:1;
UINT32 Reserved :15;