aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/AclVersion.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/AclVersion.h')
-rw-r--r--arm_compute/AclVersion.h29
1 files changed, 15 insertions, 14 deletions
diff --git a/arm_compute/AclVersion.h b/arm_compute/AclVersion.h
index 3a2f30791d..6eed13b924 100644
--- a/arm_compute/AclVersion.h
+++ b/arm_compute/AclVersion.h
@@ -21,21 +21,22 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef ARM_COMPUTE_ACLVERSION_H_
-#define ARM_COMPUTE_ACLVERSION_H_
+#ifndef ARM_COMPUTE_ACL_VERSION_H_
+#define ARM_COMPUTE_ACL_VERSION_H_
#ifdef __cplusplus
-extern "C" {
+extern "C"
+{
#endif /* __cplusplus */
-/** Semantic versioning information */
-typedef struct AclVersion
-{
- int major; /**< Major version, is increased on API incompatible changes */
- int minor; /**< Minor version, is increased on adding back-ward compatible functionality */
- int patch; /**< Patch version, is increased when doing backward compatible fixes */
- const char *build_info; /**< Build related information */
-} AclVersion;
+ /** Semantic versioning information */
+ typedef struct AclVersion
+ {
+ int major; /**< Major version, is increased on API incompatible changes */
+ int minor; /**< Minor version, is increased on adding back-ward compatible functionality */
+ int patch; /**< Patch version, is increased when doing backward compatible fixes */
+ const char *build_info; /**< Build related information */
+ } AclVersion;
/**< Major version, is increased on API incompatible changes */
#define ARM_COMPUTE_LIBRARY_VERSION_MAJOR 0
@@ -44,13 +45,13 @@ typedef struct AclVersion
/**< Patch version, is increased when doing backward compatible fixes */
#define ARM_COMPUTE_LIBRARY_VERSION_PATCH 0
-/** Get library's version meta-data
+ /** Get library's version meta-data
*
* @return Version information
*/
-const AclVersion *AclVersionInfo();
+ const AclVersion *AclVersionInfo();
#ifdef __cplusplus
}
#endif /* __cplusplus */
-#endif /* ARM_COMPUTE_ACLVERSION_H_ */
+#endif /* ARM_COMPUTE_ACL_VERSION_H_ */