TianoCore EDK2 master
|
#include <Uefi.h>
#include <IndustryStandard/Ipmi.h>
#include <IndustryStandard/IpmiNetFnApp.h>
#include <IndustryStandard/IpmiNetFnTransport.h>
#include <IndustryStandard/RedfishHostInterfaceIpmi.h>
#include <IndustryStandard/SmBios.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/DevicePathLib.h>
#include <Library/IpmiCommandLib.h>
#include <Library/RedfishHostInterfaceLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/RedfishDebugLib.h>
#include <Protocol/EdkIIRedfishCredential2.h>
#include <Protocol/SimpleNetwork.h>
#include <Protocol/UsbIo.h>
Go to the source code of this file.
Data Structures | |
struct | HOST_INTERFACE_BMC_USB_NIC_INFO |
struct | BMC_IPMI_LAN_CHANNEL_INFO |
Macros | |
#define | BMC_USB_NIC_HOST_INTERFASCE_READINESS_GUID |
Header file to provide the platform Redfish Host Interface information of USB NIC Device exposed by BMC.
Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file PlatformHostInterfaceBmcUsbNicLib.h.
#define BMC_USB_NIC_HOST_INTERFASCE_READINESS_GUID |
Definition at line 35 of file PlatformHostInterfaceBmcUsbNicLib.h.