Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/miscdevice.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/rtc.h>
#include <linux/proc_fs.h>
#include <linux/efi.h>
#include <linux/uaccess.h>
Go to the source code of this file.
Macros | |
#define | EFI_RTC_VERSION "0.4" |
#define | EFI_ISDST (EFI_TIME_ADJUST_DAYLIGHT|EFI_TIME_IN_DAYLIGHT) |
#define | EFI_RTC_EPOCH 1998 |
#define | is_leap(year) ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0)) |
Functions | |
module_init (efi_rtc_init) | |
module_exit (efi_rtc_exit) | |
MODULE_LICENSE ("GPL") | |
#define EFI_ISDST (EFI_TIME_ADJUST_DAYLIGHT|EFI_TIME_IN_DAYLIGHT) |
module_exit | ( | efi_rtc_exit | ) |
module_init | ( | efi_rtc_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |