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