summaryrefslogtreecommitdiff
path: root/pfinet/linux/kernel.h
blob: 02281028596b518b1e9cd903cfdf85e93cf0d248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _HACK_KERNEL_H
#define _HACK_KERNEL_H

#include <stdio.h>

#define printk printf

int getname (const char *, char **);
void putname (char *);

int suser (void);


#endif