diff options
Diffstat (limited to 'include/uapi/linux/net_tstamp.h')
| -rw-r--r-- | include/uapi/linux/net_tstamp.h | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/include/uapi/linux/net_tstamp.h b/include/uapi/linux/net_tstamp.h index f96e650d0af9..7ed0b3d1c00a 100644 --- a/include/uapi/linux/net_tstamp.h +++ b/include/uapi/linux/net_tstamp.h @@ -98,6 +98,9 @@ enum hwtstamp_tx_types {  	 * receive a time stamp via the socket error queue.  	 */  	HWTSTAMP_TX_ONESTEP_P2P, + +	/* add new constants above here */ +	__HWTSTAMP_TX_CNT  };  /* possible values for hwtstamp_config->rx_filter */ @@ -140,6 +143,9 @@ enum hwtstamp_rx_filters {  	/* NTP, UDP, all versions and packet modes */  	HWTSTAMP_FILTER_NTP_ALL, + +	/* add new constants above here */ +	__HWTSTAMP_FILTER_CNT  };  /* SCM_TIMESTAMPING_PKTINFO control message */ |