diff options
Diffstat (limited to 'include/ntp_proto.h')
-rw-r--r-- | include/ntp_proto.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ntp_proto.h b/include/ntp_proto.h new file mode 100644 index 0000000000000..1d04b78ab4b23 --- /dev/null +++ b/include/ntp_proto.h @@ -0,0 +1,6 @@ +#ifndef NTP_PROTO_H +#define NTP_PROTO_H + +#define NTP_MAXFREQ 500e-6 + +#endif /* NTP_PROTO_H */ |