-
Notifications
You must be signed in to change notification settings - Fork 0
/
wrapper.h
23 lines (21 loc) · 897 Bytes
/
wrapper.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Licensed under the Apache License, Version 2.0 or the MIT License.
// SPDX-License-Identifier: Apache-2.0 OR MIT
// Copyright (C) 2022, Western Digital Corporation or its affiliates.
#include <pci/pci.h>
#include <library/spdm_common_lib.h>
#include <library/spdm_crypt_lib.h>
#include <library/spdm_lib_config.h>
#include <library/spdm_requester_lib.h>
#include <library/spdm_responder_lib.h>
#include <library/spdm_return_status.h>
#include <library/spdm_secured_message_lib.h>
#include <library/spdm_transport_pcidoe_lib.h>
#include <library/spdm_transport_mctp_lib.h>
#ifdef LIBSPDM_TESTS
#include <library/spdm_responder_conformance_test_lib.h>
#endif
#include <os_stub/spdm_crypt_ext_lib/spdm_crypt_ext_lib.h>
#include <os_stub/spdm_crypt_ext_lib/cryptlib_ext.h>
#include <internal/libspdm_common_lib.h>
#include <internal/libspdm_requester_lib.h>
#include <industry_standard/pcidoe.h>