drx_driver_version.h 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /*
  2. *******************************************************************************
  3. * WARNING - THIS FILE HAS BEEN GENERATED - DO NOT CHANGE
  4. *
  5. * Filename: drx_driver_version.h
  6. * Generated on: Mon Jan 18 12:09:23 2010
  7. * Generated by: IDF:x 1.3.0
  8. * Generated from: ../../../device/drxj/version
  9. * Output start: [entry point]
  10. *
  11. * filename last modified re-use
  12. *
  13. Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc.
  14. All rights reserved.
  15. Redistribution and use in source and binary forms, with or without
  16. modification, are permitted provided that the following conditions are met:
  17. * Redistributions of source code must retain the above copyright notice,
  18. this list of conditions and the following disclaimer.
  19. * Redistributions in binary form must reproduce the above copyright notice,
  20. this list of conditions and the following disclaimer in the documentation
  21. and/or other materials provided with the distribution.
  22. * Neither the name of Trident Microsystems nor Hauppauge Computer Works
  23. nor the names of its contributors may be used to endorse or promote
  24. products derived from this software without specific prior written
  25. permission.
  26. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  27. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  28. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  29. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
  30. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  31. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  32. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  33. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  34. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  35. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  36. POSSIBILITY OF SUCH DAMAGE.
  37. */
  38. /* -----------------------------------------------------
  39. * version.idf Mon Jan 18 11:56:10 2010 -
  40. *
  41. */
  42. #ifndef __DRX_DRIVER_VERSION__H__
  43. #define __DRX_DRIVER_VERSION__H__ INCLUDED
  44. #ifdef _REGISTERTABLE_
  45. #include <registertable.h>
  46. extern register_table_t drx_driver_version[];
  47. extern register_table_info_t drx_driver_version_info[];
  48. #endif /* _REGISTERTABLE_ */
  49. /*
  50. *==============================================================================
  51. * VERSION
  52. * version@/var/cvs/projects/drxj.cvsroot/hostcode/drxdriver/device/drxj
  53. *==============================================================================
  54. */
  55. #define VERSION__A 0x0
  56. #define VERSION_MAJOR 1
  57. #define VERSION_MINOR 0
  58. #define VERSION_PATCH 56
  59. #endif /* __DRX_DRIVER_VERSION__H__ */
  60. /*
  61. * End of file (drx_driver_version.h)
  62. *******************************************************************************
  63. */