|
Linux Kernel
3.7.1
|
#include <linux/device.h>#include <linux/fs.h>#include <linux/kernel.h>#include <linux/miscdevice.h>#include <linux/module.h>Go to the source code of this file.
Macros | |
| #define | CMD_COREB_START _IO('b', 0) |
| #define | CMD_COREB_STOP _IO('b', 1) |
| #define | CMD_COREB_RESET _IO('b', 2) |
Functions | |
| module_init (bf561_coreb_init) | |
| module_exit (bf561_coreb_exit) | |
| MODULE_AUTHOR ("Bas Vermeulen <[email protected]>") | |
| MODULE_DESCRIPTION ("BF561 Core B Support") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Bas Vermeulen <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "BF561 Core B Support" | ) |
| module_exit | ( | bf561_coreb_exit | ) |
| module_init | ( | bf561_coreb_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2