|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/rtc.h>#include <linux/kdev_t.h>#include <linux/idr.h>#include <linux/slab.h>#include <linux/workqueue.h>#include "rtc-core.h"Go to the source code of this file.
Macros | |
| #define | rtc_suspend NULL |
| #define | rtc_resume NULL |
Functions | |
| struct rtc_device * | rtc_device_register (const char *name, struct device *dev, const struct rtc_class_ops *ops, struct module *owner) |
| EXPORT_SYMBOL_GPL (rtc_device_register) | |
| void | rtc_device_unregister (struct rtc_device *rtc) |
| EXPORT_SYMBOL_GPL (rtc_device_unregister) | |
| subsys_initcall (rtc_init) | |
| module_exit (rtc_exit) | |
| MODULE_AUTHOR ("Alessandro Zummo <[email protected]>") | |
| MODULE_DESCRIPTION ("RTC class support") | |
| MODULE_LICENSE ("GPL") | |
Variables | |
| struct class * | rtc_class |
| EXPORT_SYMBOL_GPL | ( | rtc_device_register | ) |
| EXPORT_SYMBOL_GPL | ( | rtc_device_unregister | ) |
| MODULE_AUTHOR | ( | "Alessandro Zummo <[email protected]>" | ) |
| module_exit | ( | rtc_exit | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| void rtc_device_unregister | ( | struct rtc_device * | rtc | ) |
| subsys_initcall | ( | rtc_init | ) |
1.8.2