162306a36Sopenharmony_ci/* 262306a36Sopenharmony_ci ******************************************************************************* 362306a36Sopenharmony_ci * WARNING - THIS FILE HAS BEEN GENERATED - DO NOT CHANGE 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Filename: drx_driver_version.h 662306a36Sopenharmony_ci * Generated on: Mon Jan 18 12:09:23 2010 762306a36Sopenharmony_ci * Generated by: IDF:x 1.3.0 862306a36Sopenharmony_ci * Generated from: ../../../device/drxj/version 962306a36Sopenharmony_ci * Output start: [entry point] 1062306a36Sopenharmony_ci * 1162306a36Sopenharmony_ci * filename last modified re-use 1262306a36Sopenharmony_ci * 1362306a36Sopenharmony_ci Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc. 1462306a36Sopenharmony_ci All rights reserved. 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci Redistribution and use in source and binary forms, with or without 1762306a36Sopenharmony_ci modification, are permitted provided that the following conditions are met: 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci * Redistributions of source code must retain the above copyright notice, 2062306a36Sopenharmony_ci this list of conditions and the following disclaimer. 2162306a36Sopenharmony_ci * Redistributions in binary form must reproduce the above copyright notice, 2262306a36Sopenharmony_ci this list of conditions and the following disclaimer in the documentation 2362306a36Sopenharmony_ci and/or other materials provided with the distribution. 2462306a36Sopenharmony_ci * Neither the name of Trident Microsystems nor Hauppauge Computer Works 2562306a36Sopenharmony_ci nor the names of its contributors may be used to endorse or promote 2662306a36Sopenharmony_ci products derived from this software without specific prior written 2762306a36Sopenharmony_ci permission. 2862306a36Sopenharmony_ci 2962306a36Sopenharmony_ci THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 3062306a36Sopenharmony_ci AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3162306a36Sopenharmony_ci IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3262306a36Sopenharmony_ci ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 3362306a36Sopenharmony_ci LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3462306a36Sopenharmony_ci CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3562306a36Sopenharmony_ci SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3662306a36Sopenharmony_ci INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 3762306a36Sopenharmony_ci CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 3862306a36Sopenharmony_ci ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 3962306a36Sopenharmony_ci POSSIBILITY OF SUCH DAMAGE. 4062306a36Sopenharmony_ci*/ 4162306a36Sopenharmony_ci 4262306a36Sopenharmony_ci/* ----------------------------------------------------- 4362306a36Sopenharmony_ci * version.idf Mon Jan 18 11:56:10 2010 - 4462306a36Sopenharmony_ci * 4562306a36Sopenharmony_ci */ 4662306a36Sopenharmony_ci 4762306a36Sopenharmony_ci#ifndef __DRX_DRIVER_VERSION__H__ 4862306a36Sopenharmony_ci#define __DRX_DRIVER_VERSION__H__ INCLUDED 4962306a36Sopenharmony_ci 5062306a36Sopenharmony_ci#ifdef _REGISTERTABLE_ 5162306a36Sopenharmony_ci#include <registertable.h> 5262306a36Sopenharmony_ci extern register_table_t drx_driver_version[]; 5362306a36Sopenharmony_ci extern register_table_info_t drx_driver_version_info[]; 5462306a36Sopenharmony_ci#endif /* _REGISTERTABLE_ */ 5562306a36Sopenharmony_ci 5662306a36Sopenharmony_ci/* 5762306a36Sopenharmony_ci *============================================================================== 5862306a36Sopenharmony_ci * VERSION 5962306a36Sopenharmony_ci * version@/var/cvs/projects/drxj.cvsroot/hostcode/drxdriver/device/drxj 6062306a36Sopenharmony_ci *============================================================================== 6162306a36Sopenharmony_ci */ 6262306a36Sopenharmony_ci 6362306a36Sopenharmony_ci#define VERSION__A 0x0 6462306a36Sopenharmony_ci#define VERSION_MAJOR 1 6562306a36Sopenharmony_ci#define VERSION_MINOR 0 6662306a36Sopenharmony_ci#define VERSION_PATCH 56 6762306a36Sopenharmony_ci 6862306a36Sopenharmony_ci#endif /* __DRX_DRIVER_VERSION__H__ */ 6962306a36Sopenharmony_ci/* 7062306a36Sopenharmony_ci * End of file (drx_driver_version.h) 7162306a36Sopenharmony_ci ******************************************************************************* 7262306a36Sopenharmony_ci */ 73