|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/module.h>#include <linux/proc_fs.h>#include <linux/mutex.h>#include <linux/kfifo.h>Go to the source code of this file.
Macros | |
| #define | FIFO_SIZE 32 |
| #define | PROC_FIFO "int-fifo" |
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 21 of file inttype-example.c.
| #define PROC_FIFO "int-fifo" |
Definition at line 24 of file inttype-example.c.
| MODULE_AUTHOR | ( | "Stefani Seibold <[email protected]>" | ) |
| module_exit | ( | example_exit | ) |
| module_init | ( | example_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2