Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
sysimgblt.c File Reference
#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")
 

Macro Definition Documentation

#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.

Function Documentation

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"  )
void sys_imageblit ( struct fb_info p,
const struct fb_image image 
)

Definition at line 240 of file sysimgblt.c.