1 #ifndef NTP_PROTO_H 2 #define NTP_PROTO_H 3 4 #define NTP_MAXFREQ 500e-6 5 6 #endif /* NTP_PROTO_H */ 7