Linux Kernel
3.7.1
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include "builtin.h"
#include "helpers/helpers.h"
#include "helpers/bitmask.h"
Go to the source code of this file.
Data Structures | |
struct | cmd_struct |
Macros | |
#define | ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) |
Functions | |
int | main (int argc, const char *argv[]) |
Variables | |
struct cpupower_cpu_info | cpupower_cpu_info |
int | run_as_root |
struct bitmask * | cpus_chosen |
Definition at line 35 of file cpupower.c.
Definition at line 38 of file cpupower.c.
int run_as_root |
Definition at line 36 of file cpupower.c.