Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
planetcore.c File Reference
#include "stdio.h"
#include "stdlib.h"
#include "ops.h"
#include "planetcore.h"
#include "io.h"

Go to the source code of this file.

Functions

void planetcore_prepare_table (char *table)
 
const charplanetcore_get_key (const char *table, const char *key)
 
int planetcore_get_decimal (const char *table, const char *key, u64 *val)
 
int planetcore_get_hex (const char *table, const char *key, u64 *val)
 
void planetcore_set_mac_addrs (const char *table)
 
void planetcore_set_stdout_path (const char *table)
 
void planetcore_set_serial_speed (const char *table)
 

Function Documentation

int planetcore_get_decimal ( const char table,
const char key,
u64 val 
)

Definition at line 55 of file planetcore.c.

int planetcore_get_hex ( const char table,
const char key,
u64 val 
)

Definition at line 65 of file planetcore.c.

const char* planetcore_get_key ( const char table,
const char key 
)

Definition at line 41 of file planetcore.c.

void planetcore_prepare_table ( char table)

Definition at line 29 of file planetcore.c.

void planetcore_set_mac_addrs ( const char table)

Definition at line 82 of file planetcore.c.

void planetcore_set_serial_speed ( const char table)

Definition at line 135 of file planetcore.c.

void planetcore_set_stdout_path ( const char table)

Definition at line 107 of file planetcore.c.