Added rtimer_arch_now prototype

This commit is contained in:
adamdunkels 2007-11-17 10:47:22 +00:00
parent d9eebf7e17
commit 1070fe19a3

View file

@ -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__ */