Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
vgastate.c File Reference
#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")
 

Function Documentation

EXPORT_SYMBOL ( save_vga  )
EXPORT_SYMBOL ( restore_vga  )
MODULE_AUTHOR ( "James Simmons <[email protected]>"  )
MODULE_DESCRIPTION ( "VGA State Save/Restore"  )
MODULE_LICENSE ( "GPL"  )
int restore_vga ( struct vgastate state)

Definition at line 458 of file vgastate.c.

int save_vga ( struct vgastate state)

Definition at line 350 of file vgastate.c.