]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/audio-preprocessing.git/blob - file_demo/am572x/Version.h
Resturcture the GIT repository for noise reduction demo:
[processor-sdk/audio-preprocessing.git] / file_demo / am572x / Version.h
1 /*
2  *  Do not modify this file; it is automatically 
3  *  generated and any modifications will be overwritten.
4  *
5  * @(#) xdc-t35
6  */
8 /*
9  * ======== GENERATED SECTIONS ========
10  *     
11  *     PROLOGUE
12  *     INCLUDES
13  *     EPILOGUE
14  *     PREFIX ALIASES
15  */
18 /*
19  * ======== PROLOGUE ========
20  */
22 #ifndef ti_mas_vpe_Version__include
23 #define ti_mas_vpe_Version__include
25 #ifndef __nested__
26 #define __nested__
27 #define ti_mas_vpe_Version__top__
28 #endif
30 #ifdef __cplusplus
31 #define __extern extern "C"
32 #else
33 #define __extern extern
34 #endif
36 #define ti_mas_vpe_Version___VERS 150
39 /*
40  * ======== INCLUDES ========
41  */
45 /*
46  * ======== AUXILIARY DEFINITIONS ========
47  */
49 /* MAJOR */
50 #define ti_mas_vpe_Version_MAJOR (3)
52 /* MINOR */
53 #define ti_mas_vpe_Version_MINOR (6)
55 /* XVERTICAL */
56 #define ti_mas_vpe_Version_XVERTICAL (0)
58 /* PATCH */
59 #define ti_mas_vpe_Version_PATCH (0)
61 /* BUILD */
62 #define ti_mas_vpe_Version_BUILD (0)
64 /* QUALITY */
65 #define ti_mas_vpe_Version_QUALITY (3)
67 /* BTYPE */
68 #define ti_mas_vpe_Version_BTYPE (0)
70 /* WIDTH */
71 #define ti_mas_vpe_Version_WIDTH (0)
73 /*
74  * ======== EPILOGUE ========
75  */
77 #ifdef ti_mas_vpe_Version__top__
78 #undef __nested__
79 #endif
81 #endif /* ti_mas_vpe_Version__include */
83 /*
84  * ======== PREFIX ALIASES ========
85  */
87 #if !defined(__nested__) && !defined(ti_mas_vpe_Version__nolocalnames)
89 /* module prefix */
90 #define Version_MAJOR      ti_mas_vpe_Version_MAJOR
91 #define Version_MINOR      ti_mas_vpe_Version_MINOR
92 #define Version_XVERTICAL  ti_mas_vpe_Version_XVERTICAL
93 #define Version_PATCH      ti_mas_vpe_Version_PATCH
94 #define Version_BUILD      ti_mas_vpe_Version_BUILD 
95 #define Version_QUALITY    ti_mas_vpe_Version_QUALITY 
96 #define Version_BTYPE      ti_mas_vpe_Version_BTYPE 
97 #define Version_WIDTH      ti_mas_vpe_Version_WIDTH
98 #endif