- hw_caps: sync with libstb-hal; fix cst build

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-11-23 21:01:26 +01:00
committed by Thilo Graf
parent b035549b11
commit 8631665748

View File

@@ -35,16 +35,20 @@ typedef struct hw_caps
display_type_t display_type;
int display_xres; /* x resolution or chars per line */
int display_yres;
int display_can_deepstandby;
int display_can_set_brightness;
int display_can_deepstandby;
int display_has_statusline;
int display_has_colon;
int has_button_timer;
int has_button_vformat;
char startup_file[64];
char boxvendor[64];
char boxname[64];
char boxarch[64];
int boxtype;
int has_CI;
} hw_caps_t;
hw_caps_t *get_hwcaps(void);
#endif
#endif // __HARDWARE_CAPS_H__