|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/string.h>#include <linux/stat.h>#include <linux/binfmts.h>#include <linux/init.h>#include <linux/file.h>#include <linux/err.h>#include <linux/fs.h>Go to the source code of this file.
Functions | |
| core_initcall (init_script_binfmt) | |
| module_exit (exit_script_binfmt) | |
| MODULE_LICENSE ("GPL") | |
| core_initcall | ( | init_script_binfmt | ) |
| module_exit | ( | exit_script_binfmt | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2