लिनक्स/linux-0.01.tar/include/linux/kernel.h

विकिविश्वविद्यालय से
/*
 * '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); 

यह भी देखें[सम्पादन | स्रोत सम्पादित करें]