blob: 0d6a8817dde0344dc9ea48588fdf0d70af5930d8 [file]
/** @file
EDKII Device Security library for SPDM device.
It follows the SPDM Specification.
Copyright (c) 2024, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
typedef UINTN size_t;
#define offsetof(type, member) OFFSET_OF(type,member)