spl_mmc: add Falcon mode support for raw variant
[oweals/u-boot.git] / drivers / video / videomodes.h
index 0d7c335410ca7ca675a38fe313371d31daa98311..e546ab44f17f93ffc110ca365662fadcb2ade89e 100644 (file)
@@ -86,3 +86,6 @@ extern const struct ctfb_vesa_modes vesa_modes[];
 extern const struct ctfb_res_modes res_mode_init[];
 
 int video_get_params (struct ctfb_res_modes *pPar, char *penv);
+
+int video_get_video_mode(unsigned int *xres, unsigned int *yres,
+       unsigned int *depth, unsigned int *freq, const char **options);