summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/systm.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/systm.h')
-rw-r--r--usr/src/uts/common/sys/systm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/systm.h b/usr/src/uts/common/sys/systm.h
index c7421047cf..6857f5f057 100644
--- a/usr/src/uts/common/sys/systm.h
+++ b/usr/src/uts/common/sys/systm.h
@@ -247,7 +247,10 @@ extern void longjmp(label_t *)
#pragma unknown_control_flow(setjmp)
#endif
-void prefetch64(caddr_t);
+void prefetch_read_once(void *);
+void prefetch_write_once(void *);
+void prefetch_read_many(void *);
+void prefetch_write_many(void *);
caddr_t caller(void);
caddr_t callee(void);
int getpcstack(pc_t *, int);