|
Linux Kernel
3.7.1
|
#include <asm/types.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/moduleparam.h>#include <linux/device.h>#include <linux/types.h>#include "../w1.h"#include "../w1_int.h"#include "../w1_family.h"Go to the source code of this file.
Functions | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Evgeniy Polyakov <[email protected]>") | |
| MODULE_DESCRIPTION ("Driver for 1-wire Dallas network protocol, 64bit memory family.") | |
| module_init (w1_smem_init) | |
| module_exit (w1_smem_fini) | |
| MODULE_AUTHOR | ( | "Evgeniy Polyakov <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Driver for 1-wire Dallas network | protocol, |
| 64bit memory family." | |||
| ) |
| module_exit | ( | w1_smem_fini | ) |
| module_init | ( | w1_smem_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2