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
|