diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-10-21 10:59:49 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-10-21 10:59:49 -0400 |
commit | 2f6cf7bfc64c44d760d53caf4b547e7729392e78 (patch) | |
tree | ecbd135d50cfc35f505f386cfbc9206b0e8cdfba /include/asm-blackfin/bfin-global.h | |
parent | b0a68dc07ec395d44849ce98eb417713ca333410 (diff) |
Blackfin arch: add functions for converting between sclks and usecs
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'include/asm-blackfin/bfin-global.h')
-rw-r--r-- | include/asm-blackfin/bfin-global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-blackfin/bfin-global.h b/include/asm-blackfin/bfin-global.h index a006353a4310..14cb8d35924e 100644 --- a/include/asm-blackfin/bfin-global.h +++ b/include/asm-blackfin/bfin-global.h | |||
@@ -47,6 +47,8 @@ | |||
47 | 47 | ||
48 | extern unsigned long get_cclk(void); | 48 | extern unsigned long get_cclk(void); |
49 | extern unsigned long get_sclk(void); | 49 | extern unsigned long get_sclk(void); |
50 | extern unsigned long sclk_to_usecs(unsigned long sclk); | ||
51 | extern unsigned long usecs_to_sclk(unsigned long usecs); | ||
50 | 52 | ||
51 | extern void dump_thread(struct pt_regs *regs, struct user *dump); | 53 | extern void dump_thread(struct pt_regs *regs, struct user *dump); |
52 | extern void dump_bfin_regs(struct pt_regs *fp, void *retaddr); | 54 | extern void dump_bfin_regs(struct pt_regs *fp, void *retaddr); |