All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] efi: Add missing header from efi/console_control.h
@ 2022-05-12  3:02 Glenn Washburn
  2022-07-05 14:17 ` Daniel Kiper
  0 siblings, 1 reply; 2+ messages in thread
From: Glenn Washburn @ 2022-05-12  3:02 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Glenn Washburn

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 include/grub/efi/console_control.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/grub/efi/console_control.h b/include/grub/efi/console_control.h
index 7c358fcdb..bb5fd038e 100644
--- a/include/grub/efi/console_control.h
+++ b/include/grub/efi/console_control.h
@@ -23,6 +23,8 @@
 #ifndef GRUB_EFI_CONSOLE_CONTROL_HEADER
 #define GRUB_EFI_CONSOLE_CONTROL_HEADER	1
 
+#include <grub/efi/api.h>
+
 #define GRUB_EFI_CONSOLE_CONTROL_GUID	\
   { 0xf42f7782, 0x12e, 0x4c12, \
     { 0x99, 0x56, 0x49, 0xf9, 0x43, 0x4, 0xf7, 0x21 } \
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] efi: Add missing header from efi/console_control.h
  2022-05-12  3:02 [PATCH] efi: Add missing header from efi/console_control.h Glenn Washburn
@ 2022-07-05 14:17 ` Daniel Kiper
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Kiper @ 2022-07-05 14:17 UTC (permalink / raw)
  To: Glenn Washburn; +Cc: grub-devel

On Wed, May 11, 2022 at 10:02:27PM -0500, Glenn Washburn wrote:
> Signed-off-by: Glenn Washburn <development@efficientek.com>

Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>

Daniel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-05 14:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-12  3:02 [PATCH] efi: Add missing header from efi/console_control.h Glenn Washburn
2022-07-05 14:17 ` Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.