Linux Kernel
3.7.1
|
#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") | |
EXPORT_SYMBOL | ( | soft_cursor | ) |
MODULE_AUTHOR | ( | "James Simmons <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "Generic software cursor" | ) |
MODULE_LICENSE | ( | "GPL" | ) |