cec: add GetDevicePhysicalAddress()/cec_get_device_physical_address()
[deb_libcec.git] / include / cecc.h
index d433b3ebc50cfcf65482de567a116cf9cd5efafd..65086068aee6cf76cd6346ad3a1203b216ecef41 100644 (file)
@@ -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