Linux Kernel
3.7.1
|
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <time.h>
#include <dirent.h>
#include <sys/utsname.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "parse.h"
#include "config.h"
Go to the source code of this file.
Functions | |
enum sched_prio | string_to_prio (const char *str) |
FILE * | prepare_output (const char *dirname) |
struct config * | prepare_default_config () |
int | prepare_config (const char *path, struct config *config) |