// -------------------------------------------------------------------------------------------
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
// This file is part of the AWS CDI-SDK, licensed under the BSD 2-Clause "Simplified" License.
// License details at: https://github.com/aws/aws-cdi-sdk/blob/mainline/LICENSE
// -------------------------------------------------------------------------------------------

#ifndef CDI_BASELINE_PROFILE_02_00_API_H__
#define CDI_BASELINE_PROFILE_02_00_API_H__

/**
 * @file
 * @brief
 * This file contains declarations and definitions for the CDI AVM baseline profile 02.00 API functions.
 */

/// @brief this API uses the same enums, typedefs and structures as profile 01.00. Refer to this file for details.
#include "cdi_baseline_profile_01_00_api.h"

#endif // CDI_BASELINE_PROFILE_02_00_API_H__