cec: changed to use dlopen instead of static linkage. shuffled headers a bit. bumped...
[deb_libcec.git] / src / lib / platform / serialport.h
index 9cc2c9a1439b5530b5380e1d85312b7451c992bf..f912abb69b8e8c1dac439a845ec0929f460e300f 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #include "os-dependent.h"
-#include "../../../include/CECExports.h"
+#include <libcec/CECExports.h>
 #include <string>
 #include <stdint.h>
 #include "../platform/threads.h"
@@ -46,7 +46,7 @@ namespace CEC
       bool IsOpen();
       void Close();
 
-      int8_t Write(const cec_frame &data);
+      int8_t Write(const cec_adapter_message &data);
       int32_t Read(uint8_t* data, uint32_t len, uint64_t iTimeoutMs = 0);
 
       std::string GetError() { return m_error; }