Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/jiffies.h>
#include <linux/i2c.h>
#include <linux/mutex.h>
Go to the source code of this file.
Data Structures | |
struct | eeprom_data |
Macros | |
#define | EEPROM_SIZE 256 |
Enumerations | |
enum | eeprom_nature { UNKNOWN, VAIO } |
Functions | |
module_i2c_driver (eeprom_driver) | |
MODULE_AUTHOR ("Frodo Looijaard <[email protected]> and ""Philip Edelbrock <[email protected]> and ""Greg Kroah-Hartman <[email protected]>") | |
MODULE_DESCRIPTION ("I2C EEPROM driver") | |
MODULE_LICENSE ("GPL") | |
enum eeprom_nature |
MODULE_AUTHOR | ( | "Frodo Looijaard <[email protected]> and ""Philip Edelbrock <[email protected]> and ""Greg Kroah-Hartman <[email protected]>" | ) |
module_i2c_driver | ( | eeprom_driver | ) |
MODULE_LICENSE | ( | "GPL" | ) |