mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 13:09:33 -04:00
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
|