Commit 9096fd23 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

include/types: add ts valid flag

parent eea4f083
...@@ -4,10 +4,11 @@ ...@@ -4,10 +4,11 @@
#include <inttypes.h> #include <inttypes.h>
struct hw_timestamp { struct hw_timestamp {
uint8_t valid;
int ahead; int ahead;
uint32_t utc; uint32_t utc;
uint32_t nsec; uint32_t nsec;
uint32_t phase; uint32_t phase;
}; };
#endif #endif
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment