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

include/types: add ts valid flag

parent eea4f083
......@@ -4,6 +4,7 @@
#include <inttypes.h>
struct hw_timestamp {
uint8_t valid;
int ahead;
uint32_t utc;
uint32_t nsec;
......
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