Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/rtc.h>
#include <linux/platform_device.h>
#include <linux/bcd.h>
#include <linux/ds1286.h>
#include <linux/io.h>
#include <linux/slab.h>
Go to the source code of this file.
Data Structures | |
struct | ds1286_priv |
Macros | |
#define | DRV_VERSION "1.0" |
#define | ds1286_ioctl NULL |
#define | ds1286_proc NULL |
Functions | |
module_platform_driver (ds1286_platform_driver) | |
MODULE_AUTHOR ("Thomas Bogendoerfer <[email protected]>") | |
MODULE_DESCRIPTION ("DS1286 RTC driver") | |
MODULE_LICENSE ("GPL") | |
MODULE_VERSION (DRV_VERSION) | |
MODULE_ALIAS ("platform:rtc-ds1286") | |
#define DRV_VERSION "1.0" |
Definition at line 23 of file rtc-ds1286.c.
#define ds1286_ioctl NULL |
Definition at line 95 of file rtc-ds1286.c.
#define ds1286_proc NULL |
Definition at line 155 of file rtc-ds1286.c.
MODULE_ALIAS | ( | "platform:rtc-ds1286" | ) |
MODULE_AUTHOR | ( | "Thomas Bogendoerfer <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | ds1286_platform_driver | ) |
MODULE_VERSION | ( | DRV_VERSION | ) |