Added CCIF to make clock_seconds() function name visible for win32

This commit is contained in:
adamdunkels 2008-07-10 17:09:32 +00:00
parent a8f2e8ca48
commit 4875d5926d

View File

@ -53,7 +53,7 @@
* *
* Author: Adam Dunkels <adam@sics.se> * Author: Adam Dunkels <adam@sics.se>
* *
* $Id: clock.h,v 1.5 2008/07/07 23:38:46 adamdunkels Exp $ * $Id: clock.h,v 1.6 2008/07/10 17:09:32 adamdunkels Exp $
*/ */
#ifndef __CLOCK_H__ #ifndef __CLOCK_H__
#define __CLOCK_H__ #define __CLOCK_H__
@ -96,7 +96,7 @@ void clock_delay(unsigned int);
int clock_fine_max(void); int clock_fine_max(void);
unsigned short clock_fine(void); unsigned short clock_fine(void);
unsigned long clock_seconds(void); CCIF unsigned long clock_seconds(void);
#endif /* __CLOCK_H__ */ #endif /* __CLOCK_H__ */