Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
softcursor.c File Reference
#include <linux/module.h>
#include <linux/string.h>
#include <linux/fb.h>
#include <linux/slab.h>
#include <asm/io.h>
#include "fbcon.h"

Go to the source code of this file.

Functions

int soft_cursor (struct fb_info *info, struct fb_cursor *cursor)
 
 EXPORT_SYMBOL (soft_cursor)
 
 MODULE_AUTHOR ("James Simmons <[email protected]>")
 
 MODULE_DESCRIPTION ("Generic software cursor")
 
 MODULE_LICENSE ("GPL")
 

Function Documentation

EXPORT_SYMBOL ( soft_cursor  )
MODULE_AUTHOR ( "James Simmons <[email protected]>"  )
MODULE_DESCRIPTION ( "Generic software cursor"  )
MODULE_LICENSE ( "GPL"  )
int soft_cursor ( struct fb_info info,
struct fb_cursor cursor 
)

Definition at line 22 of file softcursor.c.