|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/string.h>#include <linux/fb.h>#include <asm/types.h>#include <asm/io.h>#include "fb_draw.h"Go to the source code of this file.
Macros | |
| #define | FB_WRITEL fb_writeq |
| #define | FB_READL fb_readq |
Functions | |
| void | cfb_copyarea (struct fb_info *p, const struct fb_copyarea *area) |
| EXPORT_SYMBOL (cfb_copyarea) | |
| MODULE_AUTHOR ("James Simmons <[email protected]>") | |
| MODULE_DESCRIPTION ("Generic software accelerated copyarea") | |
| MODULE_LICENSE ("GPL") | |
| #define FB_READL fb_readq |
Definition at line 38 of file cfbcopyarea.c.
| #define FB_WRITEL fb_writeq |
Definition at line 37 of file cfbcopyarea.c.
Definition at line 369 of file cfbcopyarea.c.
| EXPORT_SYMBOL | ( | cfb_copyarea | ) |
| MODULE_AUTHOR | ( | "James Simmons <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Generic software accelerated copyarea" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2