vgabios.h revision 48c4d89fb0c7ee39d33f4c503074224b946b0d6b
#ifndef vgabios_h_included
#define vgabios_h_included
/* Types */
//typedef unsigned char Bit8u;
//typedef unsigned short Bit16u;
//typedef unsigned long Bit32u;
typedef unsigned short Boolean;
/* Defines */
#define SCROLL_DOWN 0
#define SCROLL_UP 1
#define NO_ATTR 2
#define WITH_ATTR 3
/* Macro for stack-based pointers. */
/* Output. */
/* VGA BIOS routines called by VBE. */
/* Allow stand-alone compilation. */
#ifndef VBOX_VERSION_STRING
#endif
#endif