|
Linux Kernel
3.7.1
|
#include <linux/hil_mlc.h>#include <linux/hp_sdc.h>#include <linux/errno.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <linux/string.h>#include <linux/semaphore.h>Go to the source code of this file.
Data Structures | |
| struct | hp_sdc_mlc_priv_s |
Macros | |
| #define | PREFIX "HP SDC MLC: " |
Functions | |
| MODULE_AUTHOR ("Brian S. Julin <[email protected]>") | |
| MODULE_DESCRIPTION ("Glue for onboard HIL MLC in HP-PARISC machines") | |
| MODULE_LICENSE ("Dual BSD/GPL") | |
| module_init (hp_sdc_mlc_init) | |
| module_exit (hp_sdc_mlc_exit) | |
| #define PREFIX "HP SDC MLC: " |
Definition at line 45 of file hp_sdc_mlc.c.
| MODULE_AUTHOR | ( | "Brian S. Julin <[email protected]>" | ) |
| module_exit | ( | hp_sdc_mlc_exit | ) |
| module_init | ( | hp_sdc_mlc_init | ) |
| MODULE_LICENSE | ( | "Dual BSD/GPL" | ) |
1.8.2