#ifndef FLEXPTP_PTP_SYNC_CYCLE_DATA_H_ #define FLEXPTP_PTP_SYNC_CYCLE_DATA_H_ #include "timeutils.h" typedef struct { TimestampI t[6]; } PtpSyncCycleData; #endif /* FLEXPTP_PTP_SYNC_CYCLE_DATA_H_ */