XenevaOS
Loading...
Searching...
No Matches
DevicePathFromText.h
Go to the documentation of this file.
1
16#ifndef __DEVICE_PATH_FROM_TEXT_PROTOCOL_H__
17#define __DEVICE_PATH_FROM_TEXT_PROTOCOL_H__
18
22#define EFI_DEVICE_PATH_FROM_TEXT_PROTOCOL_GUID \
23 { \
24 0x5c99a21, 0xc70f, 0x4ad2, {0x8a, 0x5f, 0x35, 0xdf, 0x33, 0x43, 0xf5, 0x1e } \
25 }
26
38typedef
41 IN CONST CHAR16 *TextDeviceNode
42 );
43
44
56typedef
59 IN CONST CHAR16 *TextDevicePath
60 );
61
69
71
72#endif
unsigned short CHAR16
Definition ProcessorBind.h:105
#define EFIAPI
Definition ProcessorBind.h:172
#define CONST
Definition Base.h:327
#define IN
Definition Base.h:347
EFI_DEVICE_PATH_PROTOCOL *(EFIAPI * EFI_DEVICE_PATH_FROM_TEXT_PATH)(IN CONST CHAR16 *TextDevicePath)
Definition DevicePathFromText.h:58
EFI_DEVICE_PATH_PROTOCOL *(EFIAPI * EFI_DEVICE_PATH_FROM_TEXT_NODE)(IN CONST CHAR16 *TextDeviceNode)
Definition DevicePathFromText.h:40
EFI_GUID gEfiDevicePathFromTextProtocolGuid
Definition DevicePathFromText.h:65
EFI_DEVICE_PATH_FROM_TEXT_NODE ConvertTextToDeviceNode
Definition DevicePathFromText.h:66
EFI_DEVICE_PATH_FROM_TEXT_PATH ConvertTextToDevicePath
Definition DevicePathFromText.h:67
Definition DevicePath.h:49
Definition Base.h:281