Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/string.h>
#include <linux/fb.h>
#include <linux/vt_kern.h>
#include <linux/console.h>
#include <asm/types.h>
#include "fbcon.h"
Go to the source code of this file.
Functions | |
void | fbcon_set_tileops (struct vc_data *vc, struct fb_info *info) |
EXPORT_SYMBOL (fbcon_set_tileops) | |
MODULE_AUTHOR ("Antonino Daplas <[email protected]>") | |
MODULE_DESCRIPTION ("Tile Blitting Operation") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL | ( | fbcon_set_tileops | ) |
Definition at line 131 of file tileblit.c.
MODULE_AUTHOR | ( | "Antonino Daplas <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "Tile Blitting Operation" | ) |
MODULE_LICENSE | ( | "GPL" | ) |