summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/md_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/include/md_var.h')
-rw-r--r--sys/sparc64/include/md_var.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sparc64/include/md_var.h b/sys/sparc64/include/md_var.h
index d411cf4..7a0733b 100644
--- a/sys/sparc64/include/md_var.h
+++ b/sys/sparc64/include/md_var.h
@@ -39,14 +39,14 @@ extern int Maxmem;
struct dbreg;
struct fpreg;
-struct proc;
+struct thread;
struct reg;
void cpu_halt(void);
void cpu_reset(void);
-int fill_dbregs(struct proc *p, struct dbreg *dbregs);
-int fill_fpregs(struct proc *p, struct fpreg *fpregs);
-int fill_regs(struct proc *p, struct reg *regs);
+int fill_dbregs(struct thread *td, struct dbreg *dbregs);
+int fill_fpregs(struct thread *td, struct fpreg *fpregs);
+int fill_regs(struct thread *td, struct reg *regs);
void swi_vm(void *v);
#endif /* !_MACHINE_MD_VAR_H_ */
OpenPOWER on IntegriCloud