diff options
author | Abner Chang <abner.chang@amd.com> | 2023-03-07 12:08:59 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-03-20 11:17:56 +0000 |
commit | f8fb208a3e41543c7a6e359f888d86405a11eb67 (patch) | |
tree | 8affd0ed0d6d5d0dad230ffe975409b90c9a380f /RedfishPkg/Include | |
parent | b17a3a133b18fb41493fba7d86e9b5804ea6a8cf (diff) | |
download | edk2-f8fb208a3e41543c7a6e359f888d86405a11eb67.tar.gz |
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')
-rw-r--r-- | RedfishPkg/Include/Library/RedfishDebugLib.h | 3 |
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
/**
|