diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-02 16:48:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-02 16:48:49 +0000 |
commit | 79c40dfecc010bb58b598d74a08513089004e1f6 (patch) | |
tree | 4f46f47acbe8dd0e7c6036a1e998751a1879ed01 | |
parent | a17a82e5d543b1f4fad9f299927e53868a4c4e10 (diff) |
Formerly kernel.h.~2~
-rw-r--r-- | pfinet/linux/kernel.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pfinet/linux/kernel.h b/pfinet/linux/kernel.h index e69de29b..af7922b6 100644 --- a/pfinet/linux/kernel.h +++ b/pfinet/linux/kernel.h @@ -0,0 +1,11 @@ +#ifndef _HACK_KERNEL_H +#define _HACK_KERNEL_H + +#include <stdio.h> + +#define printk printf + +int suser (void); + + +#endif |