NetBSD/sys/arch/mac68k/include/reg.h
briggs 37163421a3 Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized
Also change the device probing scheme to use something a bit more rational.
A current side-effect is that nubus cards are double-mapped.  I expect
to fix that shortly.
Also change splclock() to block everything but serial hardware interrupts.
1996-05-05 06:15:56 +00:00

15 lines
268 B
C

/* $NetBSD: reg.h,v 1.10 1996/05/05 06:18:00 briggs Exp $ */
#ifndef _REG_MACHINE_
#define _REG_MACHINE_
#include <machine/frame.h>
#include <m68k/reg.h>
__BEGIN_DECLS
/* machdep.c */
void regdump __P((struct frame *, int));
__END_DECLS
#endif /* _REG_MACHINE_ */