mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -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__
|
||||
|
Reference in New Issue
Block a user