#include <linux/module.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/i2c.h>
#include <linux/i2c-algo-bit.h>
#include <linux/io.h>
#include <linux/scx200_gpio.h>
Go to the source code of this file.
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
MODULE_AUTHOR |
( |
"Christer Weinigel <wingel@nano-system.com>" |
| ) |
|
MODULE_DESCRIPTION |
( |
"NatSemi SCx200 I2C Driver" |
| ) |
|
module_exit |
( |
scx200_i2c_cleanup |
| ) |
|
module_init |
( |
scx200_i2c_init |
| ) |
|
module_param |
( |
scl |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
module_param |
( |
sda |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |