|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/slab.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"#include "fbcon_rotate.h"Go to the source code of this file.
Functions | |
| void | fbcon_rotate_ud (struct fbcon_ops *ops) |
| EXPORT_SYMBOL (fbcon_rotate_ud) | |
| MODULE_AUTHOR ("Antonino Daplas <[email protected]>") | |
| MODULE_DESCRIPTION ("Console Rotation (180 degrees) Support") | |
| MODULE_LICENSE ("GPL") | |
| EXPORT_SYMBOL | ( | fbcon_rotate_ud | ) |
Definition at line 440 of file fbcon_ud.c.
| MODULE_AUTHOR | ( | "Antonino Daplas <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Console Rotation (180 degrees) Support" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2