root/include/linux/kernel.h~

/* [previous][next][first][last][top][bottom][index][help] */
/*
 * 'kernel.h' contains some often-used function prototypes etc
 */
void verify_area(void * addr,int count);
volatile void panic(const char * str);
int printf(const char * fmt, ...);
int printk(const char * fmt, ...);
int tty_write(unsigned ch,char * buf,int count);

/* [previous][next][first][last][top][bottom][index][help] */