df09c2861e
Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
12 lines
127 B
C
12 lines
127 B
C
#ifndef __TIMERS_H_
|
|
#define __TIMERS_H_
|
|
|
|
typedef enum {
|
|
TOTAL = 0,
|
|
NEIGH,
|
|
FORCE,
|
|
NUMTIMER
|
|
} timertype;
|
|
|
|
#endif
|