8dd3ca5994
Note that this leaves a few inconsistencies (no more than we already had though) eg initarm is now prototyped in arm32/machdep.h, however only cats currently makes use of that header.
9 lines
203 B
C
9 lines
203 B
C
/* $NetBSD: isa_machdep.h,v 1.4 2002/01/07 22:58:08 chris Exp $ */
|
|
|
|
#ifndef _CATS_ISA_MACHDEP_H_
|
|
#define _CATS_ISA_MACHDEP_H_
|
|
void isa_cats_init __P((u_int, u_int));
|
|
|
|
#include <arm/isa_machdep.h>
|
|
#endif
|