#include <stdio.h>#include <unistd.h>#include <stdlib.h>#include "REL_Linux_SUSI.H"
Go to the source code of this file.
| Functions | |
| static int | check_file (const char *file_name) | 
| int | get_mode (void) | 
| int | main (void) | 
| int | set_mode (void) | 
| static int | show_all_cpu_speed (void) | 
| void | show_menu (void) | 
| int | show_platform_info (void) | 
| static int check_file | ( | const char * | file_name | ) |  [static] | 
Definition at line 62 of file demo_cpu.c.
| int get_mode | ( | void | ) | 
Definition at line 102 of file demo_cpu.c.
| int main | ( | void | ) | 
Definition at line 172 of file demo_cpu.c.
| int set_mode | ( | void | ) | 
Definition at line 133 of file demo_cpu.c.
| static int show_all_cpu_speed | ( | void | ) |  [static] | 
Definition at line 73 of file demo_cpu.c.
| void show_menu | ( | void | ) | 
Definition at line 162 of file demo_cpu.c.
| int show_platform_info | ( | void | ) | 
Definition at line 21 of file demo_cpu.c.