Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/err.h>
#include <linux/rtc.h>
#include <linux/platform_device.h>
Go to the source code of this file.
Functions | |
MODULE_AUTHOR ("Alessandro Zummo <[email protected]>") | |
MODULE_DESCRIPTION ("RTC test driver/device") | |
MODULE_LICENSE ("GPL") | |
module_init (test_init) | |
module_exit (test_exit) | |
MODULE_AUTHOR | ( | "Alessandro Zummo <[email protected]>" | ) |
module_exit | ( | test_exit | ) |
module_init | ( | test_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |