Home | History | Annotate | Line # | Download | only in include
ntp_proto.h revision 1.1
      1  1.1  kardel /*	$NetBSD: ntp_proto.h,v 1.1 2009/12/13 16:54:52 kardel Exp $	*/
      2  1.1  kardel 
      3  1.1  kardel #ifndef __ntp_proto_h
      4  1.1  kardel #define __ntp_proto_h
      5  1.1  kardel 
      6  1.1  kardel #ifdef HAVE_CONFIG_H
      7  1.1  kardel #include <config.h>
      8  1.1  kardel #endif
      9  1.1  kardel 
     10  1.1  kardel #define NTP_MAXFREQ	500e-6
     11  1.1  kardel 
     12  1.1  kardel #endif /* __ntp_proto_h */
     13