#ifndef __HARD_SYSTEM_TIME_H #define __HARD_SYSTEM_TIME_H void system_time_init(void); unsigned int hard_micros(void); void timer0_test(void); #endif