diff options
-rw-r--r-- | RedfishPkg/Include/Library/RedfishLib.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/RedfishPkg/Include/Library/RedfishLib.h b/RedfishPkg/Include/Library/RedfishLib.h index 8309a67..fb30ff6 100644 --- a/RedfishPkg/Include/Library/RedfishLib.h +++ b/RedfishPkg/Include/Library/RedfishLib.h @@ -70,6 +70,7 @@ #ifndef REDFISH_LIB_H_
#define REDFISH_LIB_H_
+#include <RedfishServiceData.h>
#include <Library/JsonLib.h>
#include <Protocol/Http.h>
@@ -79,22 +80,6 @@ #define ODATA_TYPE_MAX_SIZE 128
///
-/// Library class public defines
-///
-typedef VOID *REDFISH_SERVICE;
-typedef VOID *REDFISH_PAYLOAD;
-
-///
-/// Library class public structures/unions
-///
-typedef struct {
- EFI_HTTP_STATUS_CODE *StatusCode;
- UINTN HeaderCount;
- EFI_HTTP_HEADER *Headers;
- REDFISH_PAYLOAD Payload;
-} REDFISH_RESPONSE;
-
-///
/// Odata type-name mapping structure.
///
typedef struct {
|