kernel/time.h (view raw)
1 2 3 4 5 6 7 8
#ifndef __TIME_H #define __TIME_H void time_tick(void); int time_get_ticks(void); #endif