7 lines
122 B
C
7 lines
122 B
C
#ifndef _VBE12GR_H_
|
|
#define _VBE12GR_H_
|
|
|
|
int get_current_vbe_mode(unsigned *mode_out);
|
|
int get_vbe_version(void);
|
|
|
|
#endif
|