12 lines
232 B
C
12 lines
232 B
C
#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_ */
|