Rev 2034 | Rev 2044 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2034 | Rev 2037 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | 37 | ||
| 38 | #include <arch/asm.h> |
38 | #include <arch/asm.h> |
| 39 | 39 | ||
| 40 | static inline uint64_t get_cycle(void) |
40 | static inline uint64_t get_cycle(void) |
| 41 | { |
41 | { |
| 42 | return tick_read(); |
42 | return 0; /* not yet supported */ |
| 43 | } |
43 | } |
| 44 | 44 | ||
| 45 | #endif |
45 | #endif |
| 46 | 46 | ||
| 47 | /** @} |
47 | /** @} |