ROSS
ross-clock.h
Go to the documentation of this file.
1#ifdef ROSS_CLOCK_i386
2# include "clock/i386.h"
3#endif
4#ifdef ROSS_CLOCK_amd64
5# include "clock/amd64.h"
6#endif
7#ifdef ROSS_CLOCK_ia64
8# include "clock/ia64.h"
9#endif
10#ifdef ROSS_CLOCK_ppc
11# include "clock/ppc.h"
12#endif
13#ifdef ROSS_CLOCK_ppc64le
14# include "clock/ppc64le.h"
15#endif
16#ifdef ROSS_CLOCK_bgl
17# include "clock/bgl.h"
18#endif
19#ifdef ROSS_CLOCK_bgq
20# include "clock/bgq.h"
21#endif
22#ifdef ROSS_CLOCK_aarch64
23# include "clock/aarch64.h"
24#endif
25#ifdef ROSS_CLOCK_armv7l
26# include "clock/armv7l.h"
27#endif
28#ifdef ROSS_CLOCK_gtod
29# include "clock/gtod.h"
30#endif