- cs_api.h: add missing cs_get_chip_type() dummy

This commit is contained in:
svenhoefer
2017-03-11 15:28:47 +01:00
parent 4aed33ff9c
commit 82a6c40bc4

View File

@@ -62,5 +62,6 @@ unsigned long long cs_get_serial(void);
#endif
/* compat... HD1 seems to be version 6. everything newer ist > 6... */
static inline unsigned int cs_get_revision(void) { return 1; };
static inline unsigned int cs_get_chip_type(void) { return 0; };
extern int cnxt_debug;
#endif //__CS_API_H_