From: "Luigi Leonardi via groups.io" <leonardi=redhat.com@groups.io>
To: devel@edk2.groups.io
Cc: Luigi Leonardi <leonardi@redhat.com>
Subject: [edk2-devel] [PATCH edk2-test 3/3] SctPkg: Fix missing function declaration error
Date: Tue, 18 Mar 2025 17:31:28 +0100 [thread overview]
Message-ID: <20250318-prova_ml-v1-3-5700aeef79a8@redhat.com> (raw)
In-Reply-To: <20250318-prova_ml-v1-0-5700aeef79a8@redhat.com>
Fix compilation error: implicit declaration of function
‘SctDevicePathStrFromProtocol’ [-Wimplicit-function-declaration].
Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
---
.../EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestMain.h | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestMain.h b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestMain.h
index 9952fbcab83312404e73905fdbd51c2cd768c32a..0095c3e16d2e4c58c5d23b4fe92aa853898541c1 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestMain.h
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestMain.h
@@ -31,6 +31,7 @@ Abstract:
#include <Library/EfiTestLib.h>
#include <UEFI/Protocol/AdapterInfo.h>
#include "Guid.h"
+#include <SctLib.h>
#define EFI_ADAPTER_INFORMATION_PROTOCOL_TEST_REVISION 0x00010000
@@ -161,11 +162,4 @@ BBTestGetSupportedTypesFunctionTest (
);
-VOID
-SctInitializeLib (
- IN EFI_HANDLE ImageHandle,
- IN EFI_SYSTEM_TABLE *SystemTable
- );
-
-
#endif
--
2.48.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#121213): https://edk2.groups.io/g/devel/message/121213
Mute This Topic: https://groups.io/mt/111793448/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
prev parent reply other threads:[~2025-03-19 16:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250318-prova_ml-v1-0-5700aeef79a8@redhat.com>
2025-03-18 16:31 ` [edk2-devel] [PATCH edk2-test 1/3] SctPkg: Remove EdkCompatibilityPkg references Luigi Leonardi via groups.io
2025-03-18 16:31 ` [edk2-devel] [PATCH edk2-test 2/3] SctPkg: Remove UsbHostController reference Luigi Leonardi via groups.io
2025-03-18 16:31 ` Luigi Leonardi via groups.io [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250318-prova_ml-v1-3-5700aeef79a8@redhat.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox