Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/err.h>
#include <linux/platform_device.h>
#include <linux/hwmon.h>
#include <linux/hwmon-sysfs.h>
#include <linux/iio/consumer.h>
#include <linux/iio/types.h>
Go to the source code of this file.
Data Structures | |
struct | iio_hwmon_state |
Functions | |
module_platform_driver (iio_hwmon_driver) | |
MODULE_AUTHOR ("Jonathan Cameron <[email protected]>") | |
MODULE_DESCRIPTION ("IIO to hwmon driver") | |
MODULE_LICENSE ("GPL v2") | |
MODULE_AUTHOR | ( | "Jonathan Cameron <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "IIO to hwmon driver" | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
module_platform_driver | ( | iio_hwmon_driver | ) |