From f8fb208a3e41543c7a6e359f888d86405a11eb67 Mon Sep 17 00:00:00 2001 From: Abner Chang Date: Tue, 7 Mar 2023 12:08:59 +0800 Subject: RedfishPkg/Library: Redfish BMC USBNIC Host Interface BMC exposed USB NIC platform Redfish Host Interface library implementation. Signed-off-by: Abner Chang Cc: Nickle Wang Cc: Igor Kulchytskyy Reviewed-by: Nickle Wang --- RedfishPkg/Include/Library/RedfishDebugLib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'RedfishPkg/Include') diff --git a/RedfishPkg/Include/Library/RedfishDebugLib.h b/RedfishPkg/Include/Library/RedfishDebugLib.h index 21f01353ed..913f2b2f35 100644 --- a/RedfishPkg/Include/Library/RedfishDebugLib.h +++ b/RedfishPkg/Include/Library/RedfishDebugLib.h @@ -14,7 +14,8 @@ #include #include -#define DEBUG_REDFISH_NETWORK DEBUG_INFO ///< Debug error level for Redfish networking function +#define DEBUG_REDFISH_NETWORK DEBUG_INFO ///< Debug error level for Redfish networking function +#define DEBUG_REDFISH_HOST_INTERFACE DEBUG_INFO ///< Debug error level for Redfish networking function /** -- cgit