Subversion Repositories HelenOS-historic

Rev

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

Rev 534 Rev 1434
Line 30... Line 30...
30
#define __CLOCK_H__
30
#define __CLOCK_H__
31
 
31
 
32
#define HZ      100
32
#define HZ      100
33
 
33
 
34
extern void clock(void);
34
extern void clock(void);
-
 
35
extern void clock_counter_init(void);
35
 
36
 
36
#endif
37
#endif