mirror of
https://github.com/ipxe/ipxe
synced 2026-01-22 20:19:08 +03:00
[efi] Mark UgaDraw.h as a non-imported header
The UgaDraw.h header has been removed from the EDK2 codebase as obsolete. However, we may still encounter it in the wild and so it is useful to retain the GUID and the corresponding protocol name for debug messages. Add an iPXE include guard to this file so that the EDK2 header import script will no longer attempt to import it from the EDK2 tree. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
#ifndef _IPXE_EFI_UGADRAW_H
|
||||||
|
#define _IPXE_EFI_UGADRAW_H
|
||||||
|
|
||||||
/** @file
|
/** @file
|
||||||
UGA Draw protocol from the EFI 1.10 specification.
|
UGA Draw protocol from the EFI 1.10 specification.
|
||||||
|
|
||||||
@@ -159,3 +162,5 @@ struct _EFI_UGA_DRAW_PROTOCOL {
|
|||||||
extern EFI_GUID gEfiUgaDrawProtocolGuid;
|
extern EFI_GUID gEfiUgaDrawProtocolGuid;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* _IPXE_EFI_UGADRAW_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user