Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/pwm.h>
#include <asm/div64.h>
#include <mach/hardware.h>
Go to the source code of this file.
Data Structures | |
struct | puv3_pwm_chip |
Functions | |
module_platform_driver (puv3_pwm_driver) | |
MODULE_LICENSE ("GPL v2") | |
MODULE_LICENSE | ( | "GPL v2" | ) |
module_platform_driver | ( | puv3_pwm_driver | ) |