aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp/include/ntp_proto.h
blob: e6e78553305be423aa711ceec0f30a1fe5fd9971 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef __ntp_proto_h
#define __ntp_proto_h

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#define NTP_MAXFREQ	500e-6
 
#endif /* __ntp_proto_h */