12 lines
240 B
C
12 lines
240 B
C
#ifndef FLEXPTP_PTP_SYNC_CYCLE_DATA_H_
|
|
#define FLEXPTP_PTP_SYNC_CYCLE_DATA_H_
|
|
|
|
#include <flexptp/timeutils.h>
|
|
|
|
typedef struct {
|
|
|
|
TimestampI t[6];
|
|
} PtpSyncCycleData;
|
|
|
|
#endif /* FLEXPTP_PTP_SYNC_CYCLE_DATA_H_ */
|