#include <linux/hp_sdc.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/time.h>
#include <linux/miscdevice.h>
#include <linux/proc_fs.h>
#include <linux/poll.h>
#include <linux/rtc.h>
#include <linux/mutex.h>
#include <linux/semaphore.h>
Go to the source code of this file.
#define hp_sdc_rtc_set_ct |
#define hp_sdc_rtc_set_dt |
#define hp_sdc_rtc_set_mt |
#define NY |
( |
|
bit | ) |
("yes") |
#define RTC_VERSION "1.10d" |
MODULE_AUTHOR |
( |
"Brian S. Julin <bri@calyx.com>" |
| ) |
|
MODULE_DESCRIPTION |
( |
"HP i8042 SDC + MSM-58321 RTC Driver" |
| ) |
|
module_exit |
( |
hp_sdc_rtc_exit |
| ) |
|
module_init |
( |
hp_sdc_rtc_init |
| ) |
|
MODULE_LICENSE |
( |
"Dual BSD/GPL" |
| ) |
|