|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <linux/rtc.h>#include <linux/platform_device.h>#include <asm/oplib.h>Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("David S. Miller <[email protected]>") | |
| MODULE_DESCRIPTION ("Starfire RTC driver") | |
| MODULE_LICENSE ("GPL") | |
| module_init (starfire_rtc_init) | |
| module_exit (starfire_rtc_exit) | |
| MODULE_AUTHOR | ( | "David S. Miller <[email protected]>" | ) |
| module_exit | ( | starfire_rtc_exit | ) |
| module_init | ( | starfire_rtc_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2