|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <linux/mfd/ezx-pcap.h>#include <linux/rtc.h>#include <linux/slab.h>#include <linux/platform_device.h>Go to the source code of this file.
Data Structures | |
| struct | pcap_rtc |
Functions | |
| module_init (rtc_pcap_init) | |
| module_exit (rtc_pcap_exit) | |
| MODULE_DESCRIPTION ("Motorola pcap rtc driver") | |
| MODULE_AUTHOR ("guiming zhuo <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "guiming zhuo <[email protected]>" | ) |
| module_exit | ( | rtc_pcap_exit | ) |
| module_init | ( | rtc_pcap_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2