TianoCore EDK2 master
|
#include <Library/BaseLib.h>
#include <Library/UefiLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
Go to the source code of this file.
Data Structures | |
struct | _REST_JSON_STRUCTURE_INSTANCE |
Typedefs | |
typedef struct _REST_JSON_STRUCTURE_INSTANCE | REST_JSON_STRUCTURE_INSTANCE |
The internal definitions of EFI REST Resource JSON to C structure convertor Protocol.
(C) Copyright 2020 Hewlett Packard Enterprise Development LP
Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file RestJsonStructureInternal.h.
typedef struct _REST_JSON_STRUCTURE_INSTANCE REST_JSON_STRUCTURE_INSTANCE |
Internal structure to maintain the information of JSON to C structure convertor.