2002-10-12 15:53:38 +04:00
|
|
|
/* $NetBSD: isa_machdep.h,v 1.5 2002/10/12 11:53:40 chris Exp $ */
|
2002-01-08 01:58:07 +03:00
|
|
|
|
|
|
|
#ifndef _CATS_ISA_MACHDEP_H_
|
|
|
|
#define _CATS_ISA_MACHDEP_H_
|
2001-12-08 02:09:32 +03:00
|
|
|
#include <arm/isa_machdep.h>
|
2002-10-12 15:53:38 +04:00
|
|
|
|
|
|
|
#ifdef _KERNEL
|
|
|
|
#define ISA_FOOTBRIDGE_IRQ IRQ_IN_L2
|
|
|
|
void isa_footbridge_init(u_int, u_int);
|
|
|
|
#endif /* _KERNEL */
|
|
|
|
|
|
|
|
#endif /* _CATS_ISA_MACHDEP_H_ */
|