Commit 02dfa5e5 authored by Benoit Rat's avatar Benoit Rat

HACK: ugly fix because time64 is not found in tools

parent 0dfe5620
......@@ -155,6 +155,20 @@ struct wr_timestamp_info {
int flag61;
};
#ifndef _LINUX_TIME64_H
#define _LINUX_TIME64_H
typedef uint64_t time64_t;
typedef int64_t timeu64_t;
struct timespec64 {
time64_t tv_sec; /* seconds */
long tv_nsec; /* nanoseconds */
};
#endif
struct wr_dio_cmd {
uint16_t command; /* from user */
uint16_t channel; /* 0..4 or mask from user */
......
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