From 1070fe19a30f5e45ecc8afb530e5aec42aaa3d5f Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sat, 17 Nov 2007 10:47:22 +0000 Subject: [PATCH] Added rtimer_arch_now prototype --- cpu/native/rtimer-arch.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cpu/native/rtimer-arch.h b/cpu/native/rtimer-arch.h index e27837714..2080cf6a8 100644 --- a/cpu/native/rtimer-arch.h +++ b/cpu/native/rtimer-arch.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rtimer-arch.h,v 1.1 2007/03/28 20:09:09 adamdunkels Exp $ + * $Id: rtimer-arch.h,v 1.2 2007/11/17 10:47:22 adamdunkels Exp $ */ /** @@ -43,4 +43,6 @@ #define RTIMER_ARCH_SECOND 1000 +rtimer_clock_t rtimer_arch_now(void); + #endif /* __RTIMER_ARCH_H__ */