Skip to content

Commit

Permalink
MdeModulePkg/Include: API of IPMI Get System Interface Capabilities
Browse files Browse the repository at this point in the history
Define the API for IPMI Get System Interface
Capabilities command (0x57)

Signed-off-by: Abner Chang <abner.chang@amd.com>
Cc: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Nickle Wang <nicklew@nvidia.com>
  • Loading branch information
changab authored and mergify[bot] committed Oct 26, 2023
1 parent 9a38ddc commit fe43b42
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions MdeModulePkg/Include/Library/IpmiCommandLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,23 @@ IpmiGetChannelInfo (
OUT UINT32 *GetChannelInfoResponseSize
);

/**
This function gets system interface capability
@param[in] InterfaceCapabilityRequest Get system interface capability request.
@param[out] InterfaceCapabilityResponse The response of system interface capability.
@retval EFI_SUCCESS Command is sent successfully.
@retval Other Failure.
**/
EFI_STATUS
EFIAPI
IpmiGetSystemInterfaceCapability (
IN IPMI_GET_SYSTEM_INTERFACE_CAPABILITIES_REQUEST *InterfaceCapabilityRequest,
OUT IPMI_GET_SYSTEM_INTERFACE_CAPABILITIES_RESPONSE *InterfaceCapabilityResponse
);

//
// IPMI NetFnTransport
//
Expand Down

0 comments on commit fe43b42

Please sign in to comment.