don't redefine NANOSECOND

This commit is contained in:
christos 2009-12-14 00:38:20 +00:00
parent 7cabe5d03b
commit 7b8fd1634b
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
/* $NetBSD: refclock_atom.h,v 1.1.1.1 2009/12/13 16:54:54 kardel Exp $ */
/* $NetBSD: refclock_atom.h,v 1.2 2009/12/14 00:38:20 christos Exp $ */
/*
* Definitions for the atom driver and its friends
*/
#ifndef NANOSECOND
#define NANOSECOND 1000000000 /* one second (ns) */
#endif
#define RANGEGATE 500000 /* range gate (ns) */
struct refclock_atom {