mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
cs_api.h: add missing cs_get_chip_type() dummy
This commit is contained in:
@@ -62,5 +62,6 @@ unsigned long long cs_get_serial(void);
|
|||||||
#endif
|
#endif
|
||||||
/* compat... HD1 seems to be version 6. everything newer ist > 6... */
|
/* 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_revision(void) { return 1; };
|
||||||
|
static inline unsigned int cs_get_chip_type(void) { return 0; };
|
||||||
extern int cnxt_debug;
|
extern int cnxt_debug;
|
||||||
#endif //__CS_API_H_
|
#endif //__CS_API_H_
|
||||||
|
@@ -26,5 +26,6 @@ static inline void cs_deregister_messenger(void) { return; };
|
|||||||
|
|
||||||
/* compat... HD1 seems to be version 6. everything newer ist > 6... */
|
/* 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_revision(void) { return 1; };
|
||||||
|
static inline unsigned int cs_get_chip_type(void) { return 0; };
|
||||||
extern int cnxt_debug;
|
extern int cnxt_debug;
|
||||||
#endif //__CS_API_H_
|
#endif //__CS_API_H_
|
||||||
|
@@ -62,5 +62,6 @@ unsigned long long cs_get_serial(void);
|
|||||||
#endif
|
#endif
|
||||||
/* compat... HD1 seems to be version 6. everything newer ist > 6... */
|
/* 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_revision(void) { return 1; };
|
||||||
|
static inline unsigned int cs_get_chip_type(void) { return 0; };
|
||||||
extern int cnxt_debug;
|
extern int cnxt_debug;
|
||||||
#endif //__CS_API_H_
|
#endif //__CS_API_H_
|
||||||
|
@@ -62,5 +62,6 @@ unsigned long long cs_get_serial(void);
|
|||||||
#endif
|
#endif
|
||||||
/* compat... HD1 seems to be version 6. everything newer ist > 6... */
|
/* 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_revision(void) { return 1; };
|
||||||
|
static inline unsigned int cs_get_chip_type(void) { return 0; };
|
||||||
extern int cnxt_debug;
|
extern int cnxt_debug;
|
||||||
#endif //__CS_API_H_
|
#endif //__CS_API_H_
|
||||||
|
Reference in New Issue
Block a user