vgabios: Use vgamode_s in cirrus and bochsvga mode tables.
[seabios.git] / vgasrc / clext.h
index 537cbea545903d282109f0ca9c1757d5a5271b37..e344639e03f47e2e4c088fa21a958749906288d4 100644 (file)
@@ -3,7 +3,8 @@
 
 #include "types.h" // u8
 
+struct vgamode_s *clext_find_mode(int mode);
 int clext_set_mode(int mode, int flags);
-void clext_init(void);
+int clext_init(void);
 
 #endif // clext.h