Linux Kernel
3.7.1
|
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <getopt.h>
#include <cpufreq.h>
#include "helpers/helpers.h"
#include "helpers/sysfs.h"
Go to the source code of this file.
Functions | |
int | cmd_info (int argc, char **argv) |
Definition at line 32 of file cpupower-info.c.