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

#include <stdio.h>

#define printk printf

int suser (void);


#endif