#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 "zr36050.h"
#include "videocodec.h"
Go to the source code of this file.
#define BASELINE_PRECISION 0x8 |
#define NO_OF_COMPONENTS 0x3 |
#define ZR050_VERSION "v0.7.1" |
MODULE_AUTHOR |
( |
"Wolfgang Scherr <scherr@net4you.at>" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Driver module for ZR36050 jpeg processors " |
ZR050_VERSION | ) |
|
module_exit |
( |
zr36050_cleanup_module |
| ) |
|
module_init |
( |
zr36050_init_module |
| ) |
|