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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [ppcn_60x/] [console/] [z85c30cfg.h] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*  z85c30cfg.h
2
 *
3
 *  This include file contains all console driver definations for the z85c30
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
 *  Copyright assigned to U.S. Government, 1994.
21
 *
22
 *  The license and distribution terms for this file may in
23
 *  the file LICENSE in this distribution or at
24
 *  http://www.OARcorp.com/rtems/license.html.
25
 *
26
 *  $Id: z85c30cfg.h,v 1.2 2001-09-27 12:00:49 chris Exp $
27
 */
28
 
29
#ifndef __Z85C30_CONFIG_H
30
#define __Z85C30_CONFIG_H
31
 
32
#ifdef __cplusplus
33
extern "C" {
34
#endif
35
 
36
/*
37
 *  Board specific register access routines
38
 */
39
 
40
unsigned8 Read_85c30_register(
41
  unsigned32  ulCtrlPort,
42
  unsigned8   ucRegNum
43
);
44
 
45
void  Write_85c30_register(
46
  unsigned32  ulCtrlPort,
47
  unsigned8   ucRegNum,
48
  unsigned8   ucData
49
);
50
 
51
unsigned8 Read_85c30_data(
52
  unsigned32  ulDataPort
53
);
54
 
55
void  Write_85c30_data(
56
  unsigned32  ulDataPort,
57
  unsigned8   ucData
58
);
59
 
60
#ifdef __cplusplus
61
}
62
#endif
63
 
64
#endif

powered by: WebSVN 2.1.0

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