mirror of
https://github.com/ipxe/ipxe
synced 2026-01-28 20:12:28 +03:00
[efi] Mark ConsoleControl.h as a non-imported header
The obsolete ConsoleControl.h header is no longer present in the current EDK2 codebase, but is still required for interoperability with old iMacs. 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_CONSOLECONTROL_H
|
||||
#define _IPXE_EFI_CONSOLECONTROL_H
|
||||
|
||||
/*++
|
||||
|
||||
Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||
@@ -122,3 +125,5 @@ struct _EFI_CONSOLE_CONTROL_PROTOCOL {
|
||||
extern EFI_GUID gEfiConsoleControlProtocolGuid;
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* _IPXE_EFI_CONSOLECONTROL_H */
|
||||
|
||||
Reference in New Issue
Block a user