mirror of https://github.com/acidanthera/audk.git
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:
parent
eeff6bb017
commit
6b7058c4df
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue