summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Ebl/Ebl.h
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-10 23:48:46 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-10 23:48:46 +0000
commita6d7123ebc57243b405fa12cf5a6e2da9eb73895 (patch)
treee6561dd7a41078650116c1c85e7f48b00e1434f5 /EmbeddedPkg/Ebl/Ebl.h
parentf1569a9323b7c31b464ad3913ecaed06e98bd657 (diff)
downloadedk2-platforms-a6d7123ebc57243b405fa12cf5a6e2da9eb73895.tar.xz
Update EBL to have an optional width specifier on commands. So hexdump.4 means use a width of 4 bytes.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9974 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/Ebl/Ebl.h')
-rw-r--r--EmbeddedPkg/Ebl/Ebl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/EmbeddedPkg/Ebl/Ebl.h b/EmbeddedPkg/Ebl/Ebl.h
index 705511a0e4..48b69660fb 100644
--- a/EmbeddedPkg/Ebl/Ebl.h
+++ b/EmbeddedPkg/Ebl/Ebl.h
@@ -184,6 +184,13 @@ OutputData (
IN UINTN Width,
IN UINTN Offset
);
+
+UINTN
+WidthFromCommandName (
+ IN CHAR8 *Argv,
+ IN UINTN Default
+ );
+
extern UINTN gScreenColumns;
extern UINTN gScreenRows;