1 #ifndef FVID2VER_H
2 #define FVID2VER_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 /* ============================================================= */
9 /**
10 * @file fvid2ver.h
11 *
12 * path ti/drv/fvid2/fvid2ver.h
13 *
14 * @brief FVID2 Driver Version Definitions
15 *
16 * ============================================================
17 * Copyright (c) Texas Instruments Incorporated 2019
18 *
19 * Redistribution and use in source and binary forms, with or without
20 * modification, are permitted provided that the following conditions
21 * are met:
22 *
23 * Redistributions of source code must retain the above copyright
24 * notice, this list of conditions and the following disclaimer.
25 *
26 * Redistributions in binary form must reproduce the above copyright
27 * notice, this list of conditions and the following disclaimer in the
28 * documentation and/or other materials provided with the
29 * distribution.
30 *
31 * Neither the name of Texas Instruments Incorporated nor the names of
32 * its contributors may be used to endorse or promote products derived
33 * from this software without specific prior written permission.
34 *
35 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
36 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
37 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
38 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
39 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
40 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
41 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
42 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
43 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
44 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
45 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46 *
47 */
49 /**
50 * @brief This is the FVID2 Driver Version. Versions numbers are encoded in the following
51 * format:
52 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
53 */
54 #define FVID2_DRV_VERSION_ID (0x01000003)
56 /**
57 * @brief This is the version string which describes the FVID2 driver along with the
58 * date and build information.
59 */
60 #define FVID2_DRV_VERSION_STR "FVID2 Driver Revision: 01.00.00.03"
63 #ifdef __cplusplus
64 }
65 #endif
68 #endif /* FVID2VER_H */