kw: syscallfmt() declaration moved to port/portfns.h
This commit is contained in:
parent
6d47c25f6f
commit
b4e34c1c74
1 changed files with 0 additions and 2 deletions
|
@ -71,8 +71,6 @@ void procsetup(Proc*);
|
|||
void procfork(Proc*);
|
||||
extern void _reset(void);
|
||||
extern void setr13(int, u32int*);
|
||||
extern void syscallfmt(int syscallno, ulong pc, va_list list);
|
||||
extern void sysretfmt(int syscallno, va_list list, long ret, uvlong start, uvlong stop);
|
||||
extern int tas(void *);
|
||||
extern u32int ttbget(void);
|
||||
extern void ttbput(u32int);
|
||||
|
|
Loading…
Reference in a new issue