Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
builtin.h
Go to the documentation of this file.
1 #ifndef BUILTIN_H
2 #define BUILTIN_H
3 
4 extern int cmd_set(int argc, const char **argv);
5 extern int cmd_info(int argc, const char **argv);
6 extern int cmd_freq_set(int argc, const char **argv);
7 extern int cmd_freq_info(int argc, const char **argv);
8 extern int cmd_idle_info(int argc, const char **argv);
9 extern int cmd_monitor(int argc, const char **argv);
10 
11 #endif