diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-17 08:16:35 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-17 08:16:35 -0800 |
commit | 759b650f54ed13e9b3d6c064c763a72ee09c74dd (patch) | |
tree | 173f08e5432e169c00a40a4d2296d965fe8f9c22 /include/asm-ia64/timex.h | |
parent | 69454e6991091d0d6eb7461653f2695d985e1a74 (diff) | |
parent | 8f8b1138fc9f65e3591aac83a4ee394fef34ac1d (diff) |
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
Diffstat (limited to 'include/asm-ia64/timex.h')
-rw-r--r-- | include/asm-ia64/timex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ia64/timex.h b/include/asm-ia64/timex.h index 414aae06044..05a6baf8a47 100644 --- a/include/asm-ia64/timex.h +++ b/include/asm-ia64/timex.h @@ -15,6 +15,8 @@ typedef unsigned long cycles_t; +extern void (*ia64_udelay)(unsigned long usecs); + /* * For performance reasons, we don't want to define CLOCK_TICK_TRATE as * local_cpu_data->itc_rate. Fortunately, we don't have to, either: according to George |