Linux Kernel
3.7.1
|
#include <linux/ctype.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/types.h>
#include <asm/uaccess.h>
Go to the source code of this file.
Functions | |
__initcall (make_proc_exitcode) | |
Variables | |
int | uml_exitcode = 0 |
__initcall | ( | make_proc_exitcode | ) |
int uml_exitcode = 0 |
Definition at line 19 of file exitcode.c.