Prototype doboot() and give it the __noreturn__ attribute, so that
machdep.c will compile.
This commit is contained in:
parent
f09d86fa87
commit
8591bb3346
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cpu.h,v 1.16 1995/12/21 05:01:57 mycroft Exp $ */
|
||||
/* $NetBSD: cpu.h,v 1.17 1996/04/27 00:38:44 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -218,6 +218,9 @@ extern unsigned char ssir;
|
|||
extern int machineid, mmutype, ectype;
|
||||
extern char *intiobase, *intiolimit;
|
||||
|
||||
void doboot __P((int))
|
||||
__attribute__((__noreturn__));
|
||||
|
||||
/* what is this supposed to do? i.e. how is it different than startrtclock? */
|
||||
#define enablertclock()
|
||||
|
||||
|
|
Loading…
Reference in New Issue