NetBSD/sys/dev/tc/ioasicreg.h
thorpej 0979dbf3fd Add a placeholder file to be used until the Alpha and DECstation ioasic
register descriptions can be sanely merged.
1998-05-27 05:30:13 +00:00

13 lines
266 B
C

/* $NetBSD: ioasicreg.h,v 1.1 1998/05/27 05:30:13 thorpej Exp $ */
/*
* XXX This file is just a placeholder until the ioasic register
* XXX files can be sanely merged.
*/
#ifdef __alpha__
#include <alpha/tc/ioasicreg.h>
#else
#include <pmax/pmax/asic.h>
#endif