libspark/hw_caps: add more stb ids, add boxtype

This commit is contained in:
martii
2013-02-24 10:46:14 +01:00
parent a8668dc453
commit e571a79932
2 changed files with 49 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ typedef struct hw_caps
int display_yres;
char boxvendor[64];
char boxname[64];
#ifdef MARTII
int boxtype;
#endif
} hw_caps_t;
hw_caps_t *get_hwcaps(void);