xref: /netbsd-src/external/bsd/ntp/dist/include/ntp_proto.h (revision 63aea4bd5b445e491ff0389fe27ec78b3099dba3)
1 /*	$NetBSD: ntp_proto.h,v 1.3 2015/07/10 14:20:29 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