mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-24 13:27:30 -04:00
11 lines
225 B
C
11 lines
225 B
C
/* $NetBSD: bus_defs.h,v 1.1 2011/07/19 16:05:10 dyoung Exp $ */
|
|
|
|
#ifndef _ACORN26_BUS_DEFS_H_
|
|
#define _ACORN26_BUS_DEFS_H_
|
|
|
|
#include <arm/bus_defs.h>
|
|
|
|
extern struct bus_space iobus_bs_tag;
|
|
|
|
#endif /* _ACORN26_BUS_DEFS_H_ */
|