TianoCore EDK2 master
Loading...
Searching...
No Matches
DevicePathToText.h
Go to the documentation of this file.
1
10#ifndef __DEVICE_PATH_TO_TEXT_PROTOCOL_H__
11#define __DEVICE_PATH_TO_TEXT_PROTOCOL_H__
12
16#define EFI_DEVICE_PATH_TO_TEXT_PROTOCOL_GUID \
17 { \
18 0x8b843e20, 0x8132, 0x4852, {0x90, 0xcc, 0x55, 0x1a, 0x4e, 0x4a, 0x7f, 0x1c } \
19 }
20
36typedef
37CHAR16 *
40 IN BOOLEAN DisplayOnly,
41 IN BOOLEAN AllowShortcuts
42 );
43
59typedef
60CHAR16 *
63 IN BOOLEAN DisplayOnly,
64 IN BOOLEAN AllowShortcuts
65 );
66
70typedef struct {
74
75extern EFI_GUID gEfiDevicePathToTextProtocolGuid;
76
77#endif
CHAR16 *EFIAPI ConvertDeviceNodeToText(IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode, IN BOOLEAN DisplayOnly, IN BOOLEAN AllowShortcuts)
CHAR16 *EFIAPI ConvertDevicePathToText(IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN BOOLEAN DisplayOnly, IN BOOLEAN AllowShortcuts)
CHAR16 *(EFIAPI * EFI_DEVICE_PATH_TO_TEXT_PATH)(IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN BOOLEAN DisplayOnly, IN BOOLEAN AllowShortcuts)
CHAR16 *(EFIAPI * EFI_DEVICE_PATH_TO_TEXT_NODE)(IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode, IN BOOLEAN DisplayOnly, IN BOOLEAN AllowShortcuts)
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
Definition: Base.h:213