xref: /netbsd-src/external/bsd/ntp/dist/include/ntp_proto.h (revision a45db23f655e22f0c2354600d3b3c2cb98abf2dc)
1 /*	$NetBSD: ntp_proto.h,v 1.5 2020/05/25 20:47:19 christos Exp $	*/
2 
3 #ifndef NTP_PROTO_H
4 #define NTP_PROTO_H
5 
6 #define NTP_MAXFREQ	500e-6
7 
8 #endif	/* NTP_PROTO_H */
9