hw_caps: sync with libstb-hal; fix cst build

Origin commit data
------------------
Branch: ni/coolstream
Commit: 70d7fd047d
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-11-23 (Mon, 23 Nov 2020)

Origin message was:
------------------
- hw_caps: sync with libstb-hal; fix cst build

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-11-23 21:01:26 +01:00
parent 0face95c6e
commit 65200e2570

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__