mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 22:51:49 +01:00
efi_loader: documentation codepage_437[]
Variables cannot be documented via kernel-doc. Avoid 'make htmldocs' build
warning
./include/charset.h:19: warning:
cannot understand function prototype: 'const u16 codepage_437[128]; '
Fixes: 70616a1ed8c7 ("efi_loader: move codepage 437 table")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
f44c214541
commit
4bc4798f41
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
#define MAX_UTF8_PER_UTF16 3
|
#define MAX_UTF8_PER_UTF16 3
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* codepage_437 - Unicode to codepage 437 translation table
|
* codepage_437 - Unicode to codepage 437 translation table
|
||||||
*/
|
*/
|
||||||
extern const u16 codepage_437[128];
|
extern const u16 codepage_437[128];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user