source: rtems/c/src/lib/libchip/serial/mc68681.h @ cd58d82

4.104.114.84.95
Last change on this file since cd58d82 was cd58d82, checked in by Joel Sherrill <joel.sherrill@…>, on 06/22/98 at 09:28:03

Initial version of these files.

  • Property mode set to 100644
File size: 682 bytes
Line 
1/*
2 *
3 *  COPYRIGHT (c) 1989-1998.
4 *  On-Line Applications Research Corporation (OAR).
5 *  Copyright assigned to U.S. Government, 1994.
6 *
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
9 *  http://www.OARcorp.com/rtems/license.html.
10 *
11 *  $Id$
12 */
13
14#ifndef _MC68681_H_
15#define _MC68681_H_
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/*
22 * Driver function table
23 */
24extern console_fns mc68681_fns;
25extern console_fns mc68681_fns_polled;
26
27/*
28 * Flow control function tables
29 */
30extern console_flow mc68681_flow_RTSCTS;
31extern console_flow mc68681_flow_DTRCTS;
32
33#ifdef __cplusplus
34}
35#endif
36
37#endif /* _MC68681_H_ */
Note: See TracBrowser for help on using the repository browser.