Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/string.h>
#include <linux/fb.h>
#include <asm/types.h>
Go to the source code of this file.
Macros | |
#define | DEBUG |
#define | DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt,__func__,## args) |
Functions | |
void | sys_imageblit (struct fb_info *p, const struct fb_image *image) |
EXPORT_SYMBOL (sys_imageblit) | |
MODULE_AUTHOR ("Antonino Daplas <[email protected]>") | |
MODULE_DESCRIPTION ("1-bit/8-bit to 1-32 bit color expansion (sys-to-sys)") | |
MODULE_LICENSE ("GPL") | |
#define DEBUG |
Definition at line 18 of file sysimgblt.c.
#define DPRINTK | ( | fmt, | |
args... | |||
) | printk(KERN_DEBUG "%s: " fmt,__func__,## args) |
Definition at line 21 of file sysimgblt.c.
EXPORT_SYMBOL | ( | sys_imageblit | ) |
MODULE_AUTHOR | ( | "Antonino Daplas <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |