diff options
author | Amit Arora <amit.arora@linaro.org> | 2010-11-30 13:55:50 +0530 |
---|---|---|
committer | Amit Arora <amit.arora@linaro.org> | 2010-11-30 13:55:50 +0530 |
commit | f4fb810d919be557220c48b3dfa7a1f5a0e7a8b4 (patch) | |
tree | 76d65fc8d69ce394a599ec7968410c7100119953 /powerdebug.h | |
parent | 51d1b9c9b9988ef7101f542c3a16de4df546c028 (diff) | |
download | powerdebug-f4fb810d919be557220c48b3dfa7a1f5a0e7a8b4.tar.gz |
Show parents, when given a clock name in dump mode
Diffstat (limited to 'powerdebug.h')
-rw-r--r-- | powerdebug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/powerdebug.h b/powerdebug.h index 75171b0..d07849d 100644 --- a/powerdebug.h +++ b/powerdebug.h @@ -56,6 +56,7 @@ extern void usage(char **argv); extern void version(void); extern void print_regulator_info(int verbose); extern void read_and_dump_clock_info(int verbose); +extern void read_and_dump_clock_info_one(char *clk); extern void read_clock_info(char *clkpath); extern struct clock_info *read_clock_info_recur(char *clkpath, int level, struct clock_info *parent); |