Home | History | Annotate | Line # | Download | only in include
ntp_proto.h revision 1.1.1.1.22.1
      1 /*	$NetBSD: ntp_proto.h,v 1.1.1.1.22.1 2014/12/25 02:13:01 snj 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