flexPTP-basic/ptp_sync_cycle_data.h
2023-04-27 08:23:40 +00:00

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_ */