libspark/hw_caps: add more stb ids, add boxtype

Origin commit data
------------------
Branch: master
Commit: e571a79932
Author: martii <m4rtii@gmx.de>
Date: 2013-02-24 (Sun, 24 Feb 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-02-24 10:46:14 +01:00
parent 2f0be2fedf
commit 45b7501c79
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);