X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=a4892c48b045ab13d276e1e32ee69738503c0b06;hb=dbf90acfa110122cb4e993babb0f75a411355795;hp=5241e7391cd2e6ebe49a2953a59876ac20703e74;hpb=2d4e263cf51412a7c7195e80290b972ad567e0ed;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index 5241e73..a4892c4 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -272,6 +272,10 @@ extern DECLSPEC const char * cec_get_lib_info(void); extern DECLSPEC void cec_init_video_standalone(void); +extern DECLSPEC uint16_t cec_get_adapter_vendor_id(void); + +extern DECLSPEC uint16_t cec_get_adapter_product_id(void); + #ifdef __cplusplus }; #endif