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.
16 lines
288 B
C
16 lines
288 B
C
/* $NetBSD: unixbpreg.h,v 1.1 2002/03/24 15:47:23 bjh21 Exp $ */
|
|
|
|
/*
|
|
* This file is in the public domain.
|
|
*/
|
|
|
|
/* Acorn "Unix Backplane" registers */
|
|
|
|
#ifndef _UNIXBPREG_H_
|
|
#define _UNIXBPREG_H_
|
|
|
|
#define UNIXBP_REG_REQUEST 0 /* Enabled _and_ active */
|
|
#define UNIXBP_REG_MASK 1
|
|
|
|
#endif
|