* [edk2-redfish-client][PATCH v2 6/9] RedfishClientPkg/RedfishConfigLangMapDxe: Fix build error
@ 2023-06-06 12:33 Nickle Wang
0 siblings, 0 replies; only message in thread
From: Nickle Wang @ 2023-06-06 12:33 UTC (permalink / raw)
To: devel; +Cc: Abner Chang, Igor Kulchytskyy
Add missing "EFIAPI" and fix build error
Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>
---
.../RedfishConfigLangMapDxe/RedfishConfigLangMapDxe.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/RedfishClientPkg/RedfishConfigLangMapDxe/RedfishConfigLangMapDxe.c b/RedfishClientPkg/RedfishConfigLangMapDxe/RedfishConfigLangMapDxe.c
index 141a6063..86684cc7 100644
--- a/RedfishClientPkg/RedfishConfigLangMapDxe/RedfishConfigLangMapDxe.c
+++ b/RedfishClientPkg/RedfishConfigLangMapDxe/RedfishConfigLangMapDxe.c
@@ -528,6 +528,7 @@ ON_ERROR:
**/
EFI_STATUS
+EFIAPI
RedfishConfigLangMapGet (
IN EDKII_REDFISH_CONFIG_LANG_MAP_PROTOCOL *This,
IN REDFISH_CONFIG_LANG_MAP_GET_TYPE QueryStringType,
@@ -577,6 +578,7 @@ RedfishConfigLangMapGet (
**/
EFI_STATUS
+EFIAPI
RedfishConfigLangMapSet (
IN EDKII_REDFISH_CONFIG_LANG_MAP_PROTOCOL *This,
IN EFI_STRING ConfigLang,
@@ -622,6 +624,7 @@ RedfishConfigLangMapSet (
**/
EFI_STATUS
+EFIAPI
RedfishConfigLangMapFlush (
IN EDKII_REDFISH_CONFIG_LANG_MAP_PROTOCOL *This
)
--
2.17.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-06-06 12:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-06 12:33 [edk2-redfish-client][PATCH v2 6/9] RedfishClientPkg/RedfishConfigLangMapDxe: Fix build error Nickle Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox