|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/time.h>#include <linux/platform_device.h>#include <linux/rtc.h>#include <linux/efi.h>Go to the source code of this file.
Macros | |
| #define | EFI_ISDST (EFI_TIME_ADJUST_DAYLIGHT|EFI_TIME_IN_DAYLIGHT) |
| #define | EFI_RTC_EPOCH 1998 |
Functions | |
| module_init (efi_rtc_init) | |
| module_exit (efi_rtc_exit) | |
| MODULE_AUTHOR ("dann frazier <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("EFI RTC driver") | |
| #define EFI_ISDST (EFI_TIME_ADJUST_DAYLIGHT|EFI_TIME_IN_DAYLIGHT) |
| MODULE_AUTHOR | ( | "dann frazier <[email protected]>" | ) |
| module_exit | ( | efi_rtc_exit | ) |
| module_init | ( | efi_rtc_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2