mpfs-pac 0.3.0

Peripheral Access Crate for PolarFire SoC
Documentation
/*******************************************************************************
 * Copyright 2019 Microchip FPGA Embedded Systems Solutions.
 *
 * SPDX-License-Identifier: MIT
 *
 * @file hal_version.h
 * @author Microchip FPGA Embedded Systems Solutions
 * @brief 
 *
 */

#ifndef HAL_VERSION_H
#define HAL_VERSION_H

#ifdef __cplusplus
extern "C" {
#endif

#define HAL_VERSION_MAJOR 1
#define HAL_VERSION_MINOR 8
#define HAL_VERSION_PATCH 105

#ifdef __cplusplus
}
#endif

#endif