minor linking fix
This commit is contained in:
parent
53794424e1
commit
ea4c5ef21c
|
@ -30,13 +30,13 @@
|
||||||
|
|
||||||
#define ERROR_CODE 311223344
|
#define ERROR_CODE 311223344
|
||||||
|
|
||||||
const char * boolToString(bool value);
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
|
const char * boolToString(bool value);
|
||||||
|
|
||||||
char * efiTrim(char *param);
|
char * efiTrim(char *param);
|
||||||
uint32_t efiStrlen(const char *param);
|
uint32_t efiStrlen(const char *param);
|
||||||
int efiPow10(int param);
|
int efiPow10(int param);
|
||||||
|
|
Loading…
Reference in New Issue