|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/module.h>#include <linux/platform_device.h>#include <linux/sched.h>#include <linux/timer.h>#include <linux/io.h>#include <linux/slab.h>#include <asm/heartbeat.h>Go to the source code of this file.
Macros | |
| #define | DRV_NAME "heartbeat" |
| #define | DRV_VERSION "0.1.2" |
Functions | |
| module_init (heartbeat_init) | |
| module_exit (heartbeat_exit) | |
| MODULE_VERSION (DRV_VERSION) | |
| MODULE_AUTHOR ("Paul Mundt") | |
| MODULE_LICENSE ("GPL v2") | |
| #define DRV_NAME "heartbeat" |
Definition at line 30 of file heartbeat.c.
| #define DRV_VERSION "0.1.2" |
Definition at line 31 of file heartbeat.c.
| MODULE_AUTHOR | ( | "Paul Mundt" | ) |
| module_exit | ( | heartbeat_exit | ) |
| module_init | ( | heartbeat_init | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| MODULE_VERSION | ( | DRV_VERSION | ) |
1.8.2