Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/fb.h>
#include <linux/vmalloc.h>
#include <video/vga.h>
Go to the source code of this file.
Data Structures | |
struct | regstate |
Functions | |
int | save_vga (struct vgastate *state) |
int | restore_vga (struct vgastate *state) |
EXPORT_SYMBOL (save_vga) | |
EXPORT_SYMBOL (restore_vga) | |
MODULE_AUTHOR ("James Simmons <[email protected]>") | |
MODULE_DESCRIPTION ("VGA State Save/Restore") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL | ( | save_vga | ) |
EXPORT_SYMBOL | ( | restore_vga | ) |
MODULE_AUTHOR | ( | "James Simmons <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "VGA State Save/Restore" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 458 of file vgastate.c.
Definition at line 350 of file vgastate.c.