summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/DeviceSecurity/SpdmLib/Include/hal/LibspdmStdDefAlt.h
blob: 3b31c237225490c6c8f51ca1270a31f9cea7da81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** @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

**/

#ifndef LIBSPDM_STD_DEF_ALT_H
#define LIBSPDM_STD_DEF_ALT_H

typedef UINTN size_t;
#define offsetof(type, member)  OFFSET_OF(type,member)

#endif /* LIBSPDM_STDDEF_ALT */