summaryrefslogtreecommitdiffstats
path: root/RedfishPkg/Include/Library
diff options
context:
space:
mode:
authorAbner Chang <abner.chang@amd.com>2023-03-07 12:08:59 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-03-20 11:17:56 +0000
commitf8fb208a3e41543c7a6e359f888d86405a11eb67 (patch)
tree8affd0ed0d6d5d0dad230ffe975409b90c9a380f /RedfishPkg/Include/Library
parentb17a3a133b18fb41493fba7d86e9b5804ea6a8cf (diff)
downloadedk2-f8fb208a3e41543c7a6e359f888d86405a11eb67.tar.gz
edk2-f8fb208a3e41543c7a6e359f888d86405a11eb67.tar.bz2
edk2-f8fb208a3e41543c7a6e359f888d86405a11eb67.zip
RedfishPkg/Library: Redfish BMC USBNIC Host Interface
BMC exposed USB NIC platform Redfish Host Interface library implementation. Signed-off-by: Abner Chang <abner.chang@amd.com> Cc: Nickle Wang <nicklew@nvidia.com> Cc: Igor Kulchytskyy <igork@ami.com> Reviewed-by: Nickle Wang <nicklew@nvidia.com>
Diffstat (limited to 'RedfishPkg/Include/Library')
-rw-r--r--RedfishPkg/Include/Library/RedfishDebugLib.h3
1 files changed, 2 insertions, 1 deletions
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 <Library/JsonLib.h>
#include <Library/RedfishLib.h>
-#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
/**