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
>
12
#include <
Library/RedfishHostInterfaceLib.h
>
13
#include <
Library/UefiLib.h
>
14
25
EFI_STATUS
26
RedfishPlatformHostInterfaceDeviceDescriptor
(
27
OUT
UINT8 *DeviceType,
28
OUT
REDFISH_INTERFACE_DATA
**DeviceDescriptor
29
)
30
{
31
return
EFI_NOT_FOUND;
32
}
33
47
EFI_STATUS
48
RedfishPlatformHostInterfaceProtocolData
(
49
IN
OUT
MC_HOST_INTERFACE_PROTOCOL_RECORD
**ProtocolRecord,
50
IN
UINT8 IndexOfProtocolData
51
)
52
{
53
return
EFI_NOT_FOUND;
54
}
55
71
EFI_STATUS
72
RedfishPlatformHostInterfaceNotification
(
73
OUT
EFI_GUID
**InformationReadinessGuid
74
)
75
{
76
return
EFI_UNSUPPORTED;
77
}
BaseLib.h
IN
#define IN
Definition:
Base.h:279
OUT
#define OUT
Definition:
Base.h:284
RedfishPlatformHostInterfaceNotification
EFI_STATUS RedfishPlatformHostInterfaceNotification(OUT EFI_GUID **InformationReadinessGuid)
Definition:
PlatformHostInterfaceLibNull.c:72
RedfishPlatformHostInterfaceProtocolData
EFI_STATUS RedfishPlatformHostInterfaceProtocolData(IN OUT MC_HOST_INTERFACE_PROTOCOL_RECORD **ProtocolRecord, IN UINT8 IndexOfProtocolData)
Definition:
PlatformHostInterfaceLibNull.c:48
RedfishPlatformHostInterfaceDeviceDescriptor
EFI_STATUS RedfishPlatformHostInterfaceDeviceDescriptor(OUT UINT8 *DeviceType, OUT REDFISH_INTERFACE_DATA **DeviceDescriptor)
Definition:
PlatformHostInterfaceLibNull.c:26
RedfishHostInterfaceLib.h
Uefi.h
EFI_STATUS
RETURN_STATUS EFI_STATUS
Definition:
UefiBaseType.h:29
UefiLib.h
GUID
Definition:
Base.h:213
MC_HOST_INTERFACE_PROTOCOL_RECORD
Definition:
SmBios.h:2709
REDFISH_INTERFACE_DATA
Device descriptor data formated based on Device Type.
Definition:
RedfishHostInterface.h:112
RedfishPkg
Library
PlatformHostInterfaceLibNull
PlatformHostInterfaceLibNull.c
Generated on Fri Nov 15 2024 18:01:23 for TianoCore EDK2 by
1.9.6