00001 /** @file x86timer.h API prototype for x86 timer funcs. 00002 */ 00003 00004 unsigned long get_elapsed_microseconds(int reset); 00005 void cpu_delay_awhile(unsigned int delay_microseconds); 00006 00007 unsigned int get_cpu_clock_speed(void); 00008 00009 unsigned long long get_cpu_ticks(void); 00010 unsigned long long get_cpu_usecs(void);