diff options
Diffstat (limited to 'include/ntp_proto.h')
-rw-r--r-- | include/ntp_proto.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ntp_proto.h b/include/ntp_proto.h new file mode 100644 index 000000000000..e6e78553305b --- /dev/null +++ b/include/ntp_proto.h @@ -0,0 +1,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 */ |