diff options
| author | Peter Jones <pjones@redhat.com> | 2013-10-03 11:01:36 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-10-03 11:11:09 -0400 |
| commit | fc986307fb200fdf493b9dd083ad39ae3561b0c9 (patch) | |
| tree | d1ad0bc3618b4fb85d1972a2ee197a1611c4daca /include/console.h | |
| parent | d83213cec3b1cd59a442f1f3fe8fec7c10936fed (diff) | |
| download | efi-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.h | 2 |
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 |
