#ifndef _HACK_KERNEL_H
#define _HACK_KERNEL_H

#include <stdio.h>

#define printk printf

int suser (void);


#endif