![]() |
|
|||
File indexing completed on 2025-05-11 08:23:51
0001 #ifndef GT_64260_BUS_DRIVER_H 0002 #define GT_64260_BUS_DRIVER_H 0003 /* 0004 * Authorship 0005 * ---------- 0006 * This software ('beatnik' RTEMS BSP for MVME6100 and MVME5500) was 0007 * created by Till Straumann <strauman@slac.stanford.edu>, 2005-2007, 0008 * Stanford Linear Accelerator Center, Stanford University. 0009 * 0010 * Acknowledgement of sponsorship 0011 * ------------------------------ 0012 * The 'beatnik' BSP was produced by 0013 * the Stanford Linear Accelerator Center, Stanford University, 0014 * under Contract DE-AC03-76SFO0515 with the Department of Energy. 0015 * 0016 * Government disclaimer of liability 0017 * ---------------------------------- 0018 * Neither the United States nor the United States Department of Energy, 0019 * nor any of their employees, makes any warranty, express or implied, or 0020 * assumes any legal liability or responsibility for the accuracy, 0021 * completeness, or usefulness of any data, apparatus, product, or process 0022 * disclosed, or represents that its use would not infringe privately owned 0023 * rights. 0024 * 0025 * Stanford disclaimer of liability 0026 * -------------------------------- 0027 * Stanford University makes no representations or warranties, express or 0028 * implied, nor assumes any liability for the use of this software. 0029 * 0030 * Stanford disclaimer of copyright 0031 * -------------------------------- 0032 * Stanford University, owner of the copyright, hereby disclaims its 0033 * copyright and all other rights in this software. Hence, anyone may 0034 * freely use it for any purpose without restriction. 0035 * 0036 * Maintenance of notices 0037 * ---------------------- 0038 * In the interest of clarity regarding the origin and status of this 0039 * SLAC software, this and all the preceding Stanford University notices 0040 * are to remain affixed to any copy or derivative of this software made 0041 * or distributed by the recipient and are to be affixed to any copy of 0042 * software made or distributed by the recipient that contains a copy or 0043 * derivative of this software. 0044 * 0045 * ------------------ SLAC Software Notices, Set 4 OTT.002a, 2004 FEB 03 0046 */ 0047 0048 #ifdef __cplusplus 0049 extern "C" { 0050 #endif 0051 0052 #include <rtems.h> 0053 #include <rtems/libi2c.h> 0054 0055 /* for registration with libi2c */ 0056 extern rtems_libi2c_bus_t *gt64260_i2c_bus_descriptor; 0057 0058 #ifdef __cplusplus 0059 } 0060 #endif 0061 0062 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |