summaryrefslogtreecommitdiff
path: root/include/console.h
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2013-10-03 11:11:09 -0400
committerPeter Jones <pjones@redhat.com>2013-10-03 11:11:09 -0400
commit0fb089ee14e92bd1f6909deaf4d32a926053edcd (patch)
treed1ad0bc3618b4fb85d1972a2ee197a1611c4daca /include/console.h
parentc50f5a2d4a22ddd2429dd8594d6510cfd813d53a (diff)
downloadefi-boot-shim-0fb089ee14e92bd1f6909deaf4d32a926053edcd.tar.gz
efi-boot-shim-0fb089ee14e92bd1f6909deaf4d32a926053edcd.zip
Add ident-like blobs to shim.efi for version checking.
I feel dirty.
Diffstat (limited to 'include/console.h')
-rw-r--r--include/console.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/console.h b/include/console.h
index d699d278..fbeb7e68 100644
--- a/include/console.h
+++ b/include/console.h
@@ -20,6 +20,8 @@ console_alertbox(CHAR16 **title);
void
console_notify(CHAR16 *string);
void
+console_notify_ascii(CHAR8 *string);
+void
console_reset(void);
#define NOSEL 0x7fffffff