blob: 15aa3b0ac82a53a407cfd3669e8211d9bb855db9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* $OpenBSD: isa_machdep.h,v 1.1 2009/05/08 03:13:26 drahn Exp $ */
/* $NetBSD: isa_machdep.h,v 1.4 2002/01/07 22:58:08 chris Exp $ */
#ifndef _MPHONE_ISA_MACHDEP_H_
#define _MPHONE_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 /* _MPHONE_ISA_MACHDEP_H_ */
|