1de4f40a8a
matching names. This commit might include some private hacks that have been lurking in my tree a while. They're all harmless, and this reduces the number of gratuitous diffs I have to deal with.
11 lines
242 B
C
11 lines
242 B
C
/* $NetBSD: arcppreg.h,v 1.1 2002/03/24 15:47:16 bjh21 Exp $ */
|
|
|
|
/*
|
|
* This file is in the public domain.
|
|
*/
|
|
|
|
/* Archimedes parallel port registers */
|
|
|
|
/* Offset of data latch from IOC bank base (bus_size_t units) */
|
|
#define ARCPP_DATA 0x04
|