Add a placeholder file to be used until the Alpha and DECstation ioasic

register descriptions can be sanely merged.
This commit is contained in:
thorpej 1998-05-27 05:30:13 +00:00
parent f4703e1783
commit 0979dbf3fd

12
sys/dev/tc/ioasicreg.h Normal file
View File

@ -0,0 +1,12 @@
/* $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