xref: /netbsd-src/external/bsd/ntp/dist/include/ntp_proto.h (revision 80d9064ac03cbb6a4174695f0d5b237c8766d3d0)
1 /*	$NetBSD: ntp_proto.h,v 1.1.1.2 2013/12/27 23:30:46 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