Rev 3386 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3386 | Rev 4745 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #ifndef KERN_CLOCK_H_ |
35 | #ifndef KERN_CLOCK_H_ |
| 36 | #define KERN_CLOCK_H_ |
36 | #define KERN_CLOCK_H_ |
| 37 | 37 | ||
| 38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
| 39 | 39 | ||
| 40 | #define HZ 100 |
40 | #define HZ 1000 |
| 41 | 41 | ||
| 42 | /** Uptime structure */ |
42 | /** Uptime structure */ |
| 43 | typedef struct { |
43 | typedef struct { |
| 44 | unative_t seconds1; |
44 | unative_t seconds1; |
| 45 | unative_t useconds; |
45 | unative_t useconds; |