Version:
~ [ 0.6-2.3.46 ] ~
Architecture:
~ [ um ] ~
** Warning: Cannot open xref database.
1 #ifndef __KERN_H__
2 #define __KERN_H__
3
4 #include "linux/sched.h"
5
6 extern struct task_struct *get_task(int pid, int require);
7
8 extern int getpid(void);
9 extern int clone(int (*proc)(void *), void *sp, int flags, void *data);
10 extern int sleep(int);
11 extern int printf(char *fmt, ...);
12
13 #endif __KERN_H__
14
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.