summaryrefslogtreecommitdiff
path: root/tools/power/cpupower/utils/builtin.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-06-17 11:33:18 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2011-06-17 11:33:18 +1000
commit64c952db698012efa47e73eb8c309673261c524c (patch)
tree5963ccac8310d7d6225d2a8c1d069f8c2bfd087c /tools/power/cpupower/utils/builtin.h
parentc0aa7e98d44506f66496834d984fadfc3e7d86d5 (diff)
parent9cd581865c6ad25348b6b6d61859a1773c1728bf (diff)
Merge remote-tracking branch 'cpupowerutils/master'
Diffstat (limited to 'tools/power/cpupower/utils/builtin.h')
-rw-r--r--tools/power/cpupower/utils/builtin.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/power/cpupower/utils/builtin.h b/tools/power/cpupower/utils/builtin.h
new file mode 100644
index 000000000000..c870ffba5219
--- /dev/null
+++ b/tools/power/cpupower/utils/builtin.h
@@ -0,0 +1,18 @@
+#ifndef BUILTIN_H
+#define BUILTIN_H
+
+extern int cmd_set(int argc, const char **argv);
+extern int cmd_info(int argc, const char **argv);
+extern int cmd_freq_set(int argc, const char **argv);
+extern int cmd_freq_info(int argc, const char **argv);
+extern int cmd_idle_info(int argc, const char **argv);
+extern int cmd_monitor(int argc, const char **argv);
+
+extern void set_help(void);
+extern void info_help(void);
+extern void freq_set_help(void);
+extern void freq_info_help(void);
+extern void idle_info_help(void);
+extern void monitor_help(void);
+
+#endif