|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/slab.h>#include <linux/delay.h>#include <linux/types.h>#include <linux/wait.h>#include <asm/io.h>#include "zr36016.h"#include "videocodec.h"Go to the source code of this file.
Macros | |
| #define | ZR016_VERSION "v0.7" |
| #define | MAX_CODECS 20 |
| #define | dprintk(num, format, args...) |
Functions | |
| module_param (debug, int, 0) | |
| MODULE_PARM_DESC (debug,"Debug level (0-4)") | |
| module_init (zr36016_init_module) | |
| module_exit (zr36016_cleanup_module) | |
| MODULE_AUTHOR ("Wolfgang Scherr <scherr@net4you.at>") | |
| MODULE_DESCRIPTION ("Driver module for ZR36016 video frontends "ZR016_VERSION) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Wolfgang Scherr <scherr@net4you.at>" | ) |
| module_exit | ( | zr36016_cleanup_module | ) |
| module_init | ( | zr36016_init_module | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2