mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 22:20:19 -04:00
10 lines
198 B
C
10 lines
198 B
C
/* $NetBSD: bus.h,v 1.3 2002/09/11 01:46:33 mycroft Exp $ */
|
|
|
|
#ifndef _NEXT68K_BUS_H_
|
|
#define _NEXT68K_BUS_H_
|
|
|
|
#include <machine/bus_space.h>
|
|
#include <m68k/bus_dma.h>
|
|
|
|
#endif /* _NEXT68K_BUS_H_ */
|