|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/slab.h>#include <linux/i2c.h>#include <linux/err.h>#include <linux/delay.h>#include <linux/sysfs.h>Go to the source code of this file.
Functions | |
| MODULE_DEVICE_TABLE (i2c, hmc6352_id) | |
| module_i2c_driver (hmc6352_driver) | |
| MODULE_AUTHOR ("Kalhan Trisal <[email protected]") | |
| MODULE_DESCRIPTION ("hmc6352 Compass Driver") | |
| MODULE_LICENSE ("GPL v2") | |
| MODULE_AUTHOR | ( | ) |
| MODULE_DESCRIPTION | ( | "hmc6352 Compass Driver" | ) |
| MODULE_DEVICE_TABLE | ( | i2c | , |
| hmc6352_id | |||
| ) |
| module_i2c_driver | ( | hmc6352_driver | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
1.8.2