summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2007-12-27 17:08:11 +0000
committeralc <alc@FreeBSD.org>2007-12-27 17:08:11 +0000
commit44c0fb33db7f3b17f54af438a68207fd8ed2b81a (patch)
treea87ee5c64083db99f2c4d7a7020f85582946e9b2 /sys/vm/vm.h
parent37cdbd87f5bb1a270014c737300881b26dbe2c0c (diff)
downloadFreeBSD-src-44c0fb33db7f3b17f54af438a68207fd8ed2b81a.zip
FreeBSD-src-44c0fb33db7f3b17f54af438a68207fd8ed2b81a.tar.gz
Add the superpage reservation type.
Diffstat (limited to 'sys/vm/vm.h')
-rw-r--r--sys/vm/vm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/vm/vm.h b/sys/vm/vm.h
index 491872b..1629146 100644
--- a/sys/vm/vm.h
+++ b/sys/vm/vm.h
@@ -114,6 +114,9 @@ struct vm_page;
typedef struct vm_page *vm_page_t;
#endif /* _KERNEL */
+struct vm_reserv;
+typedef struct vm_reserv *vm_reserv_t;
+
/*
* Information passed from the machine-independant VM initialization code
* for use by machine-dependant code (mainly for MMU support)
OpenPOWER on IntegriCloud