source: rtems/c/src/libchip/serial/mc68681_reg8.c @ 6279149

4.115
Last change on this file since 6279149 was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • Property mode set to 100644
File size: 609 bytes
RevLine 
[cce9322]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
[849dc107]6 *    + registers are on 64-bit boundaries
[cce9322]7 *
8 *  COPYRIGHT (c) 1989-1997.
9 *  On-Line Applications Research Corporation (OAR).
10 *
11 *  The license and distribution terms for this file may be
12 *  found in the file LICENSE in this distribution or at
[c499856]13 *  http://www.rtems.org/license/LICENSE.
[cce9322]14 */
15
16#define _MC68681_MULTIPLIER 8
17#define _MC68681_NAME(_X) _X##_8
[a3d3d9a]18#define _MC68681_TYPE uint8_t
[cce9322]19
20#include "mc68681_reg.c"
Note: See TracBrowser for help on using the repository browser.