luxos/Kernel/hal/clock/clock.h

9 lines
108 B
C

#ifndef __CLOCK__H
#define __CLOCK__H
#include <time.h>
extern void TimeHandler(_RegsStack32 *r);
#endif