summaryrefslogtreecommitdiffstats
path: root/include/kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kvm.h')
-rw-r--r--include/kvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kvm.h b/include/kvm.h
index 3c675ab..239671e 100644
--- a/include/kvm.h
+++ b/include/kvm.h
@@ -63,6 +63,7 @@ kvm_t *kvm_openfiles
__P((const char *, const char *, const char *, int, char *));
int kvm_read __P((kvm_t *, unsigned long, void *, unsigned int));
int kvm_write __P((kvm_t *, unsigned long, const void *, unsigned int));
+ssize_t kvm_uread __P((kvm_t *, struct proc *, u_long, char *, size_t));
__END_DECLS
OpenPOWER on IntegriCloud