source: rtems/c/src/lib/libbsp/arm/altera-cyclone-v/hwlib/include/alt_hwlibs_ver.h @ 0b03ca39

4.115
Last change on this file since 0b03ca39 was 0b03ca39, checked in by Ralf Kirchner <ralf.kirchner@…>, on 02/14/14 at 14:00:31

bsp/altera-cyclone-v: Add Alteras hwlib

Add files from Alteras hwlib

  • Property mode set to 100644
File size: 2.3 KB
Line 
1/******************************************************************************
2*
3* Copyright 2013 Altera Corporation. All Rights Reserved.
4*
5* Redistribution and use in source and binary forms, with or without
6* modification, are permitted provided that the following conditions are met:
7*
8* 1. Redistributions of source code must retain the above copyright notice,
9* this list of conditions and the following disclaimer.
10*
11* 2. Redistributions in binary form must reproduce the above copyright notice,
12* this list of conditions and the following disclaimer in the documentation
13* and/or other materials provided with the distribution.
14*
15* 3. The name of the author may not be used to endorse or promote products
16* derived from this software without specific prior written permission.
17*
18* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY EXPRESS OR
19* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
20* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE DISCLAIMED. IN NO
21* EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
23* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
26* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
27* OF SUCH DAMAGE.
28*
29******************************************************************************/
30
31#ifndef __ALT_HWLIBS_VER_H__
32
33/***********************************************************************
34 *
35 * Set of macros to provide version information
36 *
37 ***********************************************************************/
38
39/* This is the major revision of the Altera ACDS Release    */
40#define ALTERA_ACDS_MAJOR_REV           13
41
42/* This is the minor revision of the Altera ACDS Release    */
43#define ALTERA_ACDS_MINOR_REV            0
44
45/* This is an internal HwLibs revision control code.        */
46/* End-users should NOT depend upon the value of this field */
47#define ALTERA_HWLIBS_REV                0
48
49/* This is a text string containing the current release and service pack IDs */
50#define ALTERA_ACDS_REV_STR             "13.0SP1"
51
52#endif   /* __ALT_HWLIBS_VER_H__ */
Note: See TracBrowser for help on using the repository browser.