diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-04 19:38:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-04 19:38:20 +0000 |
commit | 399dfdd0d049bb17f4bf17d49c6bf9c12100a9ca (patch) | |
tree | 53f1881799deb5b2c7e1152c6a4cee98a50b8616 /pfinet/linux | |
parent | 7fbede2a4e4be51d45e47c1065e24fe6fb63a815 (diff) |
Formerly sched.h.~4~
Diffstat (limited to 'pfinet/linux')
-rw-r--r-- | pfinet/linux/sched.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pfinet/linux/sched.h b/pfinet/linux/sched.h index 1caf5325..8d3facd9 100644 --- a/pfinet/linux/sched.h +++ b/pfinet/linux/sched.h @@ -4,7 +4,11 @@ #include <linux/wait.h> #include <sys/signal.h> #include <hurd/hurd_types.h> +#include <linux/kernel.h> +#include <linux/net.h> + +extern unsigned long intr_count; extern unsigned long volatile jiffies; #define HZ 100 extern struct task_struct *current; |