TianoCore EDK2 master
Loading...
Searching...
No Matches
PlatformHostInterfaceLibNull.c
Go to the documentation of this file.
1
10#include <Uefi.h>
11#include <Library/BaseLib.h>
13#include <Library/UefiLib.h>
14
27 OUT UINT8 *DeviceType,
28 OUT REDFISH_INTERFACE_DATA **DeviceDescriptor
29 )
30{
31 return EFI_NOT_FOUND;
32}
33
50 IN UINT8 IndexOfProtocolData
51 )
52{
53 return EFI_NOT_FOUND;
54}
55
73 OUT EFI_GUID **InformationReadinessGuid
74 )
75{
76 return EFI_UNSUPPORTED;
77}
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
EFI_STATUS RedfishPlatformHostInterfaceNotification(OUT EFI_GUID **InformationReadinessGuid)
EFI_STATUS RedfishPlatformHostInterfaceProtocolData(IN OUT MC_HOST_INTERFACE_PROTOCOL_RECORD **ProtocolRecord, IN UINT8 IndexOfProtocolData)
EFI_STATUS RedfishPlatformHostInterfaceDeviceDescriptor(OUT UINT8 *DeviceType, OUT REDFISH_INTERFACE_DATA **DeviceDescriptor)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
Definition: Base.h:213
Device descriptor data formated based on Device Type.