Linux 0.10 (November 11, 1991 ???)
[davej-history.git] / include / linux / kernel.h~
blob9e533a7151967c695a6e0638ff4841897549b1cf
1 /*
2  * 'kernel.h' contains some often-used function prototypes etc
3  */
4 void verify_area(void * addr,int count);
5 volatile void panic(const char * str);
6 int printf(const char * fmt, ...);
7 int printk(const char * fmt, ...);
8 int tty_write(unsigned ch,char * buf,int count);