NetBSD/sys/arch/acorn26/podulebus/unixbpreg.h
bjh21 1de4f40a8a Rename NetBSD/arm26 to NetBSD/acorn26, so that the two Acorn/ARM ports have
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.
2002-03-24 15:45:29 +00:00

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