source: rtems/c/src/libchip/serial/mc68681_reg4.c @ 8414c033

4.104.114.84.95
Last change on this file since 8414c033 was cce9322, checked in by Joel Sherrill <joel.sherrill@…>, on 07/15/98 at 23:54:08

Added default mc68681 register access routines.

  • Property mode set to 100644
File size: 646 bytes
Line 
1/*
2 *  This file contains a typical set of register access routines which may be
3 *  used with the mc68681 chip if accesses to the chip are as follows:
4 *
5 *    + registers are accessed as bytes
6 *    + registers are on 64-bit boundaries
7 *
8 *  COPYRIGHT (c) 1989-1997.
9 *  On-Line Applications Research Corporation (OAR).
10 *  Copyright assigned to U.S. Government, 1994.
11 *
12 *  The license and distribution terms for this file may be
13 *  found in the file LICENSE in this distribution or at
14 *  http://www.OARcorp.com/rtems/license.html.
15 *
16 *  $Id$
17 */
18
19#define _MC68681_MULTIPLIER 4
20#define _MC68681_NAME(_X) _X##_4
21
22#include "mc68681_reg.c"
23
Note: See TracBrowser for help on using the repository browser.