#include <asm/types.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/sched.h>
#include <linux/device.h>
#include <linux/types.h>
#include <linux/delay.h>
#include "../w1.h"
#include "../w1_int.h"
#include "../w1_family.h"
Go to the source code of this file.
MODULE_DESCRIPTION |
( |
"Driver for 1-wire Dallas network |
protocol, |
|
|
temperature family." |
|
|
) |
| |
module_exit |
( |
w1_therm_fini |
| ) |
|
module_init |
( |
w1_therm_init |
| ) |
|
module_param_named |
( |
strong_pullup |
, |
|
|
w1_strong_pullup |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |