blob: b4de7f967f2f488389b012f86d568d2fdccff64d (
plain)
1
2
3
4
5
6
7
8
9
|
/* $NetBSD: mc68851.h,v 1.1 2006/09/17 06:15:40 tsutsui Exp $ */
/*
* XXX - this is an awful hack that lets libsa/sun3x.h
* include arch/sun3/include/pte3x.h, which wants to
* include machine/mc68851.h. NEVER INSTALL THIS FILE.
* Better solutions gladly accepted.
*/
#include <arch/sun3/include/mc68851.h>
|