On 7/9/2024 6:53 AM, Kory Maincent wrote: > Prepare for future support of saving hwtstamp source in PTP xarray by > introducing HWTSTAMP_SOURCE_UNSPEC to hwtstamp_source enum, setting it > to 0 to match old behavior of no source defined. > > Signed-off-by: Kory Maincent <kory.maincent@xxxxxxxxxxx> > --- > Reviewed-by: Jacob Keller <jacob.e.keller@xxxxxxxxx> > Change in v8: > - New patch > --- > include/linux/net_tstamp.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/net_tstamp.h b/include/linux/net_tstamp.h > index 3799c79b6c83..662074b08c94 100644 > --- a/include/linux/net_tstamp.h > +++ b/include/linux/net_tstamp.h > @@ -14,6 +14,7 @@ > SOF_TIMESTAMPING_RAW_HARDWARE) > > enum hwtstamp_source { > + HWTSTAMP_SOURCE_UNSPEC, > HWTSTAMP_SOURCE_NETDEV, > HWTSTAMP_SOURCE_PHYLIB, > }; >