BeRTOS
Functions
kfile_debug.c File Reference

KFile interface over debug. More...

#include "kfile_debug.h"
#include <io/kfile.h>
#include <string.h>

Go to the source code of this file.

Functions

void kfiledebug_init (KFileDebug *kd)
 Initialize KFileMem struct.

Detailed Description

KFile interface over debug.

Author:
Francesco Sacchi <batt@develer.com>

Definition in file kfile_debug.c.


Function Documentation

void kfiledebug_init ( KFileDebug km)

Initialize KFileMem struct.

Parameters:
kmInterface to initialize.

Definition at line 54 of file kfile_debug.c.