RTEMS 6.1-rc5
Loading...
Searching...
No Matches
mpc8540_i2c_busdrv.h
Go to the documentation of this file.
1
9#ifndef MPC8540_I2C_BUS_DRIVER_H
10#define MPC8540_I2C_BUS_DRIVER_H
11
12/*
13 * Authorship
14 * ----------
15 * This software ('mvme3100' RTEMS BSP) was created by
16 *
17 * Till Straumann <strauman@slac.stanford.edu>, 2005-2007,
18 * Stanford Linear Accelerator Center, Stanford University.
19 *
20 * Acknowledgement of sponsorship
21 * ------------------------------
22 * The 'mvme3100' BSP was produced by
23 * the Stanford Linear Accelerator Center, Stanford University,
24 * under Contract DE-AC03-76SFO0515 with the Department of Energy.
25 *
26 * Government disclaimer of liability
27 * ----------------------------------
28 * Neither the United States nor the United States Department of Energy,
29 * nor any of their employees, makes any warranty, express or implied, or
30 * assumes any legal liability or responsibility for the accuracy,
31 * completeness, or usefulness of any data, apparatus, product, or process
32 * disclosed, or represents that its use would not infringe privately owned
33 * rights.
34 *
35 * Stanford disclaimer of liability
36 * --------------------------------
37 * Stanford University makes no representations or warranties, express or
38 * implied, nor assumes any liability for the use of this software.
39 *
40 * Stanford disclaimer of copyright
41 * --------------------------------
42 * Stanford University, owner of the copyright, hereby disclaims its
43 * copyright and all other rights in this software. Hence, anyone may
44 * freely use it for any purpose without restriction.
45 *
46 * Maintenance of notices
47 * ----------------------
48 * In the interest of clarity regarding the origin and status of this
49 * SLAC software, this and all the preceding Stanford University notices
50 * are to remain affixed to any copy or derivative of this software made
51 * or distributed by the recipient and are to be affixed to any copy of
52 * software made or distributed by the recipient that contains a copy or
53 * derivative of this software.
54 *
55 * ------------------ SLAC Software Notices, Set 4 OTT.002a, 2004 FEB 03
56 */
57
58#ifdef __cplusplus
59 extern "C" {
60#endif
61
62#include <rtems.h>
63#include <rtems/libi2c.h>
64
65/* for registration with libi2c */
66extern rtems_libi2c_bus_t *mpc8540_i2c_bus_descriptor;
67
68#ifdef __cplusplus
69 }
70#endif
71
72#endif
Legacy I2C Library.
This header file defines the RTEMS Classic API.
Definition: libi2c.h:163