|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/string.h>#include <linux/fb.h>#include <asm/types.h>#include "fb_draw.h"Go to the source code of this file.
Functions | |
| void | sys_fillrect (struct fb_info *p, const struct fb_fillrect *rect) |
| EXPORT_SYMBOL (sys_fillrect) | |
| MODULE_AUTHOR ("Antonino Daplas <[email protected]>") | |
| MODULE_DESCRIPTION ("Generic fill rectangle (sys-to-sys)") | |
| MODULE_LICENSE ("GPL") | |
| EXPORT_SYMBOL | ( | sys_fillrect | ) |
| MODULE_AUTHOR | ( | "Antonino Daplas <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 243 of file sysfillrect.c.
1.8.2