diff options
Diffstat (limited to 'src/arch/ia64/include/latch.h')
| -rw-r--r-- | src/arch/ia64/include/latch.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/arch/ia64/include/latch.h b/src/arch/ia64/include/latch.h new file mode 100644 index 000000000..87195b427 --- /dev/null +++ b/src/arch/ia64/include/latch.h @@ -0,0 +1,11 @@ +#ifndef LATCH_H +#define LATCH_H + +#define TICKS_PER_SEC (1000UL) + +/* Fixed timer interval used for calibrating a more precise timer */ +#define LATCHES_PER_SEC 10 + +void sleep_latch(void); + +#endif /* LATCH_H */ |
