mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
10 lines
150 B
C
10 lines
150 B
C
#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 */
|