Update for the KDB framework:

o  Remove prototype of Debugger().
o  Remove prototype of backtrace().
This commit is contained in:
marcel 2004-07-10 21:49:15 +00:00
parent c20ced5cd2
commit e32da73c34

View File

@ -122,7 +122,6 @@ struct _jmp_buf;
int setjmp(struct _jmp_buf *);
void longjmp(struct _jmp_buf *, int) __dead2;
void Debugger(const char *msg) __nonnull(1);
int dumpstatus(vm_offset_t addr, off_t count);
int nullop(void);
int eopnotsupp(void);
@ -137,7 +136,6 @@ void panic(const char *, ...) __printflike(1, 2);
void panic(const char *, ...) __dead2 __printflike(1, 2);
#endif
void backtrace(void);
void cpu_boot(int);
void cpu_rootconf(void);
extern uint32_t crc32_tab[];