diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dm/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dm/test.h b/include/dm/test.h index ca924d9237..cba504909a 100644 --- a/include/dm/test.h +++ b/include/dm/test.h @@ -161,6 +161,8 @@ struct sandbox_sdl_plat { int yres; int bpix; int rot; + const char *vidconsole_drv_name; + int font_size; }; /* Declare ping methods for the drivers */ |