summaryrefslogtreecommitdiff
path: root/sys/arch/cats/include/isa_machdep.h
blob: 68c7a036593cfac07a9ba03bb203b33f45537043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $NetBSD: isa_machdep.h,v 1.5 2002/10/12 11:53:40 chris Exp $ */

#ifndef _CATS_ISA_MACHDEP_H_
#define _CATS_ISA_MACHDEP_H_
#include <arm/isa_machdep.h>

#ifdef _KERNEL
#define ISA_FOOTBRIDGE_IRQ IRQ_IN_L2
void	isa_footbridge_init(u_int, u_int);
#endif /* _KERNEL */

#endif /* _CATS_ISA_MACHDEP_H_ */