Subversion Repositories HelenOS

Rev

Rev 2037 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2037 Rev 2044
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 0;   /* not yet supported */
42
    return tick_read();
43
}
43
}
44
 
44
 
45
#endif
45
#endif
46
 
46
 
47
/** @}
47
/** @}