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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [ppcn_60x/] [console/] [ns16550cfg.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*  nc16550cfg.h
2
 *
3
 *  This include file contains all console driver definations for the nc16550
4
 *
5
 *  COPYRIGHT (c) 1998 by Radstone Technology
6
 *
7
 *
8
 * THIS FILE IS PROVIDED TO YOU, THE USER, "AS IS", WITHOUT WARRANTY OF ANY
9
 * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
10
 * IMPLIED WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK
11
 * AS TO THE QUALITY AND PERFORMANCE OF ALL CODE IN THIS FILE IS WITH YOU.
12
 *
13
 * You are hereby granted permission to use, copy, modify, and distribute
14
 * this file, provided that this notice, plus the above copyright notice
15
 * and disclaimer, appears in all copies. Radstone Technology will provide
16
 * no support for this code.
17
 *
18
 *  COPYRIGHT (c) 1989-1997.
19
 *  On-Line Applications Research Corporation (OAR).
20
 *
21
 *  The license and distribution terms for this file may in
22
 *  the file LICENSE in this distribution or at
23
 *  http://www.OARcorp.com/rtems/license.html.
24
 *
25
 *  ns16550cfg.h,v 1.2 2001/10/12 21:06:23 joel Exp
26
 */
27
 
28
#ifndef __NS16550_CONFIG_H
29
#define __NS16550_CONFIG_H
30
 
31
#ifdef __cplusplus
32
extern "C" {
33
#endif
34
 
35
/*
36
 *  Board specific register access routines
37
 */
38
 
39
unsigned8 Read_ns16550_register(
40
  unsigned32  ulCtrlPort,
41
  unsigned8   ucRegNum
42
);
43
 
44
void  Write_ns16550_register(
45
  unsigned32  ulCtrlPort,
46
  unsigned8   ucRegNum,
47
  unsigned8   ucData
48
);
49
 
50
#ifdef __cplusplus
51
}
52
#endif
53
 
54
#endif

powered by: WebSVN 2.1.0

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