No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / acorn26 / include / bus.h
blob8211f82c10e7a7d08133b6a4728d4ab4f3fa91f3
1 /* $NetBSD: bus.h,v 1.2 2002/03/24 23:37:43 bjh21 Exp $ */
3 #ifndef _ACORN26_BUS_H
4 #define _ACORN26_BUS_H
6 #include <arm/bus.h>
8 extern struct bus_space iobus_bs_tag;
10 extern int bus_space_shift(bus_space_tag_t, int, bus_space_tag_t *);
12 #endif