#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/delay.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/mm.h>
#include <linux/mman.h>
#include <linux/fb.h>
#include <linux/spinlock_types.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <asm/io.h>
#include <video/s1d13xxxfb.h>
Go to the source code of this file.
|
#define | PFX "s1d13xxxfb: " |
|
#define | BLIT "s1d13xxxfb_bitblt: " |
|
#define | dbg(fmt, args...) do { } while (0) |
|
#define | dbg_blit(fmt, args...) do { } while (0) |
|
#define BLIT "s1d13xxxfb_bitblt: " |
#define dbg |
( |
|
fmt, |
|
|
|
args... |
|
) |
| do { } while (0) |
#define dbg_blit |
( |
|
fmt, |
|
|
|
args... |
|
) |
| do { } while (0) |
#define PFX "s1d13xxxfb: " |
MODULE_AUTHOR |
( |
"Ben Dooks <[email protected]> |
, |
|
|
Thibaut VARENE< varenet @parisc-linux.org >" |
|
|
) |
| |
module_exit |
( |
s1d13xxxfb_exit |
| ) |
|
module_init |
( |
s1d13xxxfb_init |
| ) |
|