provisioning_service_client/inc/prov_service_client/provisioning_sc_models.h (15 lines of code) (raw):

// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifndef PROVISIONING_SC_MODELS_H #define PROVISIONING_SC_MODELS_H #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include "provisioning_sc_enrollment.h" #include "provisioning_sc_attestation_mechanism.h" #include "provisioning_sc_tpm_attestation.h" #include "provisioning_sc_x509_attestation.h" #include "provisioning_sc_device_registration_state.h" #include "provisioning_sc_twin.h" #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* PROVISIONING_SC_MODELS_H */