summaryrefslogtreecommitdiff
path: root/include/console.h
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2013-10-03 11:01:36 -0400
committerPeter Jones <pjones@redhat.com>2013-10-03 11:11:09 -0400
commitfc986307fb200fdf493b9dd083ad39ae3561b0c9 (patch)
treed1ad0bc3618b4fb85d1972a2ee197a1611c4daca /include/console.h
parentd83213cec3b1cd59a442f1f3fe8fec7c10936fed (diff)
downloadefi-boot-shim-fc986307fb200fdf493b9dd083ad39ae3561b0c9.tar.gz
efi-boot-shim-fc986307fb200fdf493b9dd083ad39ae3561b0c9.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