vtimer: Add forward declarations of debug functions
This commit is contained in:
parent
030820ce65
commit
1becd9a94e
@ -35,6 +35,14 @@
|
|||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG (0)
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
|
#if ENABLE_DEBUG
|
||||||
|
|
||||||
|
void vtimer_print_short_queue(void);
|
||||||
|
void vtimer_print_long_queue(void);
|
||||||
|
void vtimer_print(vtimer_t *t);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
#define VTIMER_THRESHOLD 20UL
|
#define VTIMER_THRESHOLD 20UL
|
||||||
#define VTIMER_BACKOFF 10UL
|
#define VTIMER_BACKOFF 10UL
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user