iLLD_TC27xD  1.0
IfxLldVersion.h
Go to the documentation of this file.
1 #ifndef IFX_LLD_VERSION_H
2 #define IFX_LLD_VERSION_H
3 
4 #define IFX_LLD_VERSION_GENERATION 1 /**< \brief Indicates the driver generation */
5 #define IFX_LLD_VERSION_MAJOR 0 /**< \brief Informs about changes which could lead to incompatibilities */
6 #define IFX_LLD_VERSION_MAJOR_UPDATE 0 /**< \brief Informs about a release for a new derivative without further API changes */
7 #define IFX_LLD_VERSION_MINOR 11 /**< \brief Informs about new additions to the library */
8 #define IFX_LLD_VERSION_REVISION 0 /**< \brief Informs about patches and/or documentation changes */
9 
10 #endif /* IFX_LLD_VERSION_H */