Import 2.3.18pre1
[davej-history.git] / include / asm-m68k / sbus.h
blob160d76c6bbb369782aeb6527ab9c06fdda755f0d
1 /*
2 * some sbus structures and macros to make usage of sbus drivers possible
3 */
5 #ifndef __M68K_SBUS_H
6 #define __M68K_SBUS_H
8 struct linux_sbus_device {
9 struct{
10 unsigned int which_io;
11 unsigned int phys_addr;
12 } reg_addrs[1];
15 externvoid*sparc_alloc_io(u32,void*,int,char*, u32,int);
16 #define sparc_alloc_io(a,b,c,d,e,f) (a)
18 #define ARCH_SUN4 0
20 #endif
close