/* * (C) Copyright 1992, ..., 2014 the "DOSEMU-Development-Team". * * for details see file COPYING in the DOSEMU distribution */ #ifndef VESA_H #define VESA_H extern void vesa_init(void); extern unsigned vesa_get_lfb(void); #endif