|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/proc_fs.h>#include <linux/seq_file.h>#include <linux/init.h>#include <asm/uaccess.h>#include "config_data.h"Go to the source code of this file.
Macros | |
| #define | MAGIC_START "IKCFG_ST" |
| #define | MAGIC_END "IKCFG_ED" |
| #define | MAGIC_SIZE (sizeof(MAGIC_START) - 1) |
| #define | kernel_config_data_size (sizeof(kernel_config_data) - 1 - MAGIC_SIZE * 2) |
Functions | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Randy Dunlap") | |
| MODULE_DESCRIPTION ("Echo the kernel .config file used to build the kernel") | |
| #define kernel_config_data_size (sizeof(kernel_config_data) - 1 - MAGIC_SIZE * 2) |
| #define MAGIC_SIZE (sizeof(MAGIC_START) - 1) |
| MODULE_AUTHOR | ( | "Randy Dunlap" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2