dspace/include/vbe12gr.h
2026-07-30 19:46:05 -04:00

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