ShellPkg: Update smbiosview type 9 with SMBIOS 3.5 fields
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3896 update smbiosview type 9 related fileds. Signed-off-by: Bo Chang Ke <bo-changx.ke@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
fdfbf1fdab
commit
a85ae8d964
@ -415,6 +415,42 @@ DisplaySlotCharacteristics2 (
|
||||
IN UINT8 Option
|
||||
);
|
||||
|
||||
/**
|
||||
Display System Slots (Type 9) Information.
|
||||
|
||||
@param[in] Width The key of the structure.
|
||||
@param[in] Option The optional information.
|
||||
**/
|
||||
VOID
|
||||
DisplaySystemSlotInformation (
|
||||
IN UINT8 Width,
|
||||
IN UINT8 Option
|
||||
);
|
||||
|
||||
/**
|
||||
Display System Slots (Type 9) Physical Width.
|
||||
|
||||
@param[in] Width The key of the structure.
|
||||
@param[in] Option The optional information.
|
||||
**/
|
||||
VOID
|
||||
DisplaySystemSlotPhysicalWidth (
|
||||
IN UINT8 Width,
|
||||
IN UINT8 Option
|
||||
);
|
||||
|
||||
/**
|
||||
Display System Slots (Type 9) slot height.
|
||||
|
||||
@param[in] Length The key of the structure.
|
||||
@param[in] Option The optional information.
|
||||
**/
|
||||
VOID
|
||||
DisplaySystemSlotHeight (
|
||||
IN UINT8 Length,
|
||||
IN UINT8 Option
|
||||
);
|
||||
|
||||
/**
|
||||
Display On Board Devices Information (Type 10) types.
|
||||
|
||||
|
Reference in New Issue
Block a user