|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | FIFO_SIZE 32 |
Functions | |
| module_init (example_init) | |
| module_exit (example_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Stefani Seibold <[email protected]>") | |
| #define FIFO_SIZE 32 |
Definition at line 19 of file dma-example.c.
| MODULE_AUTHOR | ( | "Stefani Seibold <[email protected]>" | ) |
| module_exit | ( | example_exit | ) |
| module_init | ( | example_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2