add directory kernel
This commit is contained in:
8
kernel/0.00/linux-0.01/include/linux/kernel.h
Normal file
8
kernel/0.00/linux-0.01/include/linux/kernel.h
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* '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);
|
||||
Reference in New Issue
Block a user