2 * (c) Copyright 1998-2001 by Rob Braun
3 * All rights reserved. The file named COPYRIGHT specifies the terms
4 * and conditions for redistribution.
14 void (*timerfunc)(void);
18 typedef struct xtime xtime_h;
20 int xtimer_add( void (*func)(void), time_t );
21 int xtimer_poll(void);
22 int xtimer_remove(int);
23 time_t xtimer_nexttime(void);
25 #endif /* _X_TIMER_H */