RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
exar17d15x.h
Go to the documentation of this file.
1
9/*
10 * COPYRIGHT (c) 1989-2012.
11 * On-Line Applications Research Corporation (OAR).
12 *
13 * The license and distribution terms for this file may be
14 * found in the file LICENSE in this distribution or at
15 * http://www.rtems.org/license/LICENSE.
16 */
17
18#ifndef _BSP_EXAR17D15X__h
19#define _BSP_EXAR17D15X__h
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
29#define EXAR17D15X_DRIVER_TABLE_ENTRY \
30 { exar17d15x_initialize, NULL, NULL, NULL, NULL, NULL }
31
45 rtems_device_major_number major,
46 rtems_device_minor_number minor,
47 void *arg
48);
49
50#ifdef __cplusplus
51}
52#endif
53
54#endif
55/* end of include file */
rtems_device_driver exar17d15x_initialize(rtems_device_major_number major, rtems_device_minor_number minor, void *arg)
Exar 17D15x Initialization Entry Point.
Definition: exar17d15x.c:96
rtems_status_code
Classic API Status.
Definition: status.h:43