aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/include/reg.h')
-rw-r--r--sys/arm/include/reg.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/arm/include/reg.h b/sys/arm/include/reg.h
index ab70ae128d39..8aee07c9b480 100644
--- a/sys/arm/include/reg.h
+++ b/sys/arm/include/reg.h
@@ -30,13 +30,4 @@ struct dbreg {
unsigned int dbg_wvr[ARM_WR_MAX]; /* Watchpoint Value Registers */
};
-#ifdef _KERNEL
-int fill_regs(struct thread *, struct reg *);
-int set_regs(struct thread *, struct reg *);
-int fill_fpregs(struct thread *, struct fpreg *);
-int set_fpregs(struct thread *, struct fpreg *);
-int fill_dbregs(struct thread *, struct dbreg *);
-int set_dbregs(struct thread *, struct dbreg *);
-#endif
-
#endif /* !MACHINE_REG_H */