Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/i2c.h>
#include <linux/io.h>
#include <asm/sibyte/sb1250_regs.h>
#include <asm/sibyte/sb1250_smbus.h>
Go to the source code of this file.
Data Structures | |
struct | i2c_algo_sibyte_data |
Macros | |
#define | SMB_CSR(a, r) ((long)(a->reg_base + r)) |
Functions | |
module_init (i2c_sibyte_init) | |
module_exit (i2c_sibyte_exit) | |
MODULE_AUTHOR ("Kip Walker (Broadcom Corp.), Steven J. Hill <[email protected]>") | |
MODULE_DESCRIPTION ("SMBus adapter routines for SiByte boards") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "Kip Walker | Broadcom Corp., |
Steven J.Hill< sjhill @realitydiluted.com >" | |||
) |
module_exit | ( | i2c_sibyte_exit | ) |
module_init | ( | i2c_sibyte_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |