~cyphermox/shim/0.8

« back to all changes in this revision

Viewing changes to include/console.h

  • Committer: Peter Jones
  • Date: 2013-10-03 15:11:09 UTC
  • mto: (0.1.6)
  • mto: This revision was merged to the branch mainline in revision 92.
  • Revision ID: git-v1:fc986307fb200fdf493b9dd083ad39ae3561b0c9
Add ident-like blobs to shim.efi for version checking.

I feel dirty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
void
21
21
console_notify(CHAR16 *string);
22
22
void
 
23
console_notify_ascii(CHAR8 *string);
 
24
void
23
25
console_reset(void);
24
26
#define NOSEL 0x7fffffff
25
27