OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [include/] [iosupp.h] - Blame information for rev 30

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*  iosupp.h
2
 *
3
 *  COPYRIGHT (c) 1989-1999.
4
 *  On-Line Applications Research Corporation (OAR).
5
 *
6
 *  The license and distribution terms for this file may be
7
 *  found in the file LICENSE in this distribution or at
8
 *  http://www.OARcorp.com/rtems/license.html.
9
 *
10
 *  $Id: iosupp.h,v 1.2 2001-09-27 11:59:35 chris Exp $
11
 */
12
 
13
#ifndef __IOSUPP_h
14
#define __IOSUPP_h
15
 
16
#ifdef __cplusplus
17
extern "C" {
18
#endif
19
 
20
/* character constants */
21
 
22
#define BS              0x08            /* backspace */
23
#define LF              0x0a            /* line feed */
24
#define CR              0x0d            /* carriage return */
25
#define XON             0x11            /* control-Q */
26
#define XOFF            0x13            /* control-S */
27
 
28
/* structures */
29
 
30
#ifdef IOSUPP_INIT
31
#define IOSUPP_EXTERN
32
#else
33
#undef IOSUPP_EXTERN
34
#define IOSUPP_EXTERN  extern
35
#endif
36
 
37
/* functions */
38
 
39
#ifdef __cplusplus
40
}
41
#endif
42
 
43
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.