#include "powertop.h"
/* static arrays are not nice programming.. but they're easy */
static char configlines[5000][100];
static char configlines[6000][100];
static int configcount;
static void read_kernel_config(void)