mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 13:39:25 -04:00
9 lines
164 B
C
9 lines
164 B
C
/* $NetBSD: ntp_proto.h,v 1.3 2015/07/10 14:20:29 christos Exp $ */
|
|
|
|
#ifndef NTP_PROTO_H
|
|
#define NTP_PROTO_H
|
|
|
|
#define NTP_MAXFREQ 500e-6
|
|
|
|
#endif /* NTP_PROTO_H */
|