X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=65086068aee6cf76cd6346ad3a1203b216ecef41;hb=eab72c4079c8f106f825f799d1f2f6218066d3ed;hp=d433b3ebc50cfcf65482de567a116cf9cd5efafd;hpb=f4b7b1dc99d0741aa5cbba94a60775ddf1552422;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index d433b3e..6508606 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -173,6 +173,12 @@ extern DECLSPEC uint64_t cec_get_device_vendor_id(CEC::cec_logical_address iLogi extern DECLSPEC uint64_t cec_get_device_vendor_id(cec_logical_address iLogicalAddress); #endif +#ifdef __cplusplus +extern DECLSPEC uint16_t cec_get_device_physical_address(CEC::cec_logical_address iLogicalAddress); +#else +extern DECLSPEC uint16_t cec_get_device_physical_address(cec_logical_address iLogicalAddress); +#endif + #ifdef __cplusplus extern DECLSPEC CEC::cec_power_status cec_get_device_power_status(CEC::cec_logical_address iLogicalAddress); #else