sgi: change definition of tas() to take void* like the rest
This commit is contained in:
parent
bdc1b187c4
commit
cb1555c7d7
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ void setpagemask(ulong);
|
|||
void setwired(ulong);
|
||||
ulong stlbhash(ulong);
|
||||
void syscall(Ureg*);
|
||||
int tas(ulong*);
|
||||
int tas(void*);
|
||||
void tlbinit(void);
|
||||
ulong tlbvirt(void);
|
||||
void touser(void*);
|
||||
|
|
Loading…
Reference in a new issue