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