summaryrefslogtreecommitdiff
path: root/pfinet/linux
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-08-04 18:39:20 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-08-04 18:39:20 +0000
commitf1e3c7aeb62d23215f3913722f97ccc1dc1c4003 (patch)
treeef4e82ddfb8ca57c4620d7c3b515d518b249c856 /pfinet/linux
parent17ced453a05c08fcc2b1fe8259c4e4e010661598 (diff)
Formerly mm.h.~4~
Diffstat (limited to 'pfinet/linux')
-rw-r--r--pfinet/linux/mm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pfinet/linux/mm.h b/pfinet/linux/mm.h
index c3281b94..8044d2b6 100644
--- a/pfinet/linux/mm.h
+++ b/pfinet/linux/mm.h
@@ -1,10 +1,14 @@
#ifndef _HACK_MM_H_
#define _HACK_MM_H_
+#include <linux/kernel.h>
+#include <linux/sched.h>
+
int verify_area (int, const void *, u_long);
#define VERIFY_READ 0
#define VERIFY_WRITE 0
#define GFP_ATOMIC 0
+#define GFP_KERNEL 0
#endif