|
Linux Kernel
3.7.1
|
#include <linux/interrupt.h>#include <linux/module.h>#include <asm/gptimers.h>#include <asm/portmux.h>Go to the source code of this file.
Data Structures | |
| struct | gptimer_data |
Macros | |
| #define | DRIVER_NAME "gptimer_example" |
Functions | |
| module_init (gptimer_example_init) | |
| module_exit (gptimer_example_exit) | |
| MODULE_LICENSE ("BSD") | |
| #define DRIVER_NAME "gptimer_example" |
Definition at line 18 of file gptimers-example.c.
| module_exit | ( | gptimer_example_exit | ) |
| module_init | ( | gptimer_example_init | ) |
| MODULE_LICENSE | ( | "BSD" | ) |
1.8.2