xref: /netbsd-src/external/bsd/ntp/dist/include/ntp_proto.h (revision e89934bbf778a6d6d6894877c4da59d0c7835b0f)
1 /*	$NetBSD: ntp_proto.h,v 1.4 2016/01/08 21:35:35 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