Files
oldlinux-files/kernel/0.00/linux-0.01/include/linux/kernel.h
2024-02-19 00:24:53 -05:00

9 lines
277 B
C

/*
* '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);