summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/dmv177/console/z85c30cfg.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-15 23:55:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-15 23:55:04 +0000
commit670d0378e75af404d50a2debc117435101339b9a (patch)
treeb7ba24820b3442b2debb6f94a9f4dc7bf2652980 /c/src/lib/libbsp/powerpc/dmv177/console/z85c30cfg.h
parentAdded default z85c30 register access routines. (diff)
downloadrtems-670d0378e75af404d50a2debc117435101339b9a.tar.bz2
Switched to usign the default z8530 and mc68681 register access routines.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/console/z85c30cfg.h50
1 files changed, 0 insertions, 50 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/console/z85c30cfg.h b/c/src/lib/libbsp/powerpc/dmv177/console/z85c30cfg.h
deleted file mode 100644
index 63ad0fce6c..0000000000
--- a/c/src/lib/libbsp/powerpc/dmv177/console/z85c30cfg.h
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * This include file contains all console driver definitions for the z85c30
- *
- * COPYRIGHT (c) 1989-1997.
- * On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
- *
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
- * http://www.OARcorp.com/rtems/license.html.
- *
- * $Id$
- */
-
-#ifndef __Z85C30_CONFIG_H
-#define __Z85C30_CONFIG_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/*
- * Board specific register access routines
- */
-
-unsigned8 Read_z85c30_register(
- unsigned32 ulCtrlPort,
- unsigned8 ucRegNum
-);
-
-void Write_z85c30_register(
- unsigned32 ulCtrlPort,
- unsigned8 ucRegNum,
- unsigned8 ucData
-);
-
-unsigned8 Read_z85c30_data(
- unsigned32 ulDataPort
-);
-
-void Write_z85c30_data(
- unsigned32 ulDataPort,
- unsigned8 ucData
-);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif