summaryrefslogtreecommitdiff
path: root/include/charset.h
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-02-27 16:08:35 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-03-07 19:37:12 +0300
commit70616a1ed8c7fe22aa19eb674915623bd236926f (patch)
treecb79eb8251582164aaec528bda11f443ee66a27b /include/charset.h
parent997b57fc1a375811af84bc1d18a5e59957b2a937 (diff)
downloadu-boot-70616a1ed8c7fe22aa19eb674915623bd236926f.tar.xz
efi_loader: move codepage 437 table
Move the Unicode to codepage 437 table to charset.c Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'include/charset.h')
-rw-r--r--include/charset.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/charset.h b/include/charset.h
index cc650a2ce7..64ba91f791 100644
--- a/include/charset.h
+++ b/include/charset.h
@@ -14,6 +14,11 @@
#define MAX_UTF8_PER_UTF16 3
/**
+ * codepage_437 - Unicode to codepage 437 translation table
+ */
+extern const u16 codepage_437[128];
+
+/**
* console_read_unicode() - read Unicode code point from console
*
* @code: pointer to store Unicode code point