summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageout.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-11-21 12:55:26 +0000
committerbde <bde@FreeBSD.org>1995-11-21 12:55:26 +0000
commit24ce87cc75daff742416402eb15baa8a2445fb87 (patch)
treecccb12ba068b651660e03742d946e8b53d952db7 /sys/vm/vm_pageout.h
parent14d44cd2d7bf837c55a5c3bf55ab4eadbc48aad8 (diff)
downloadFreeBSD-src-24ce87cc75daff742416402eb15baa8a2445fb87.zip
FreeBSD-src-24ce87cc75daff742416402eb15baa8a2445fb87.tar.gz
Completed function declarations and/or added prototypes.
Diffstat (limited to 'sys/vm/vm_pageout.h')
-rw-r--r--sys/vm/vm_pageout.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h
index 3210cc0..f17720b 100644
--- a/sys/vm/vm_pageout.h
+++ b/sys/vm/vm_pageout.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_pageout.h,v 1.15 1995/11/05 20:46:03 dyson Exp $
+ * $Id: vm_pageout.h,v 1.16 1995/11/20 12:19:22 phk Exp $
*/
#ifndef _VM_VM_PAGEOUT_H_
@@ -91,6 +91,7 @@ extern int vm_pageout_pages_needed;
* Signal pageout-daemon and wait for it.
*/
+static void pagedaemon_wakeup __P((void));
static inline void
pagedaemon_wakeup()
{
@@ -102,6 +103,7 @@ pagedaemon_wakeup()
#define VM_WAIT vm_wait()
+static void vm_wait __P((void));
static inline void
vm_wait()
{
OpenPOWER on IntegriCloud