BeRTOS
Data Structures | Defines | Functions
kfile_debug.h File Reference

KFile interface over a debug console. More...

#include <io/kfile.h>

Go to the source code of this file.

Data Structures

struct  KFileDebug
 Context for KFile over debug console. More...

Defines

#define KFT_KFILEDEBUG   MAKE_ID('K', 'D', 'B', 'G')
 ID for KFileDebug.

Functions

KFileDebugKFILEDEBUG_CAST (KFile *fd)
 Convert + ASSERT from generic KFile to KFileDebug.
void kfiledebug_init (KFileDebug *km)
 Initialize KFileMem struct.

Detailed Description

KFile interface over a debug console.

Author:
Francesco Sacchi <batt@develer.com>

Definition in file kfile_debug.h.


Function Documentation

void kfiledebug_init ( KFileDebug km)

Initialize KFileMem struct.

Parameters:
kmInterface to initialize.

Definition at line 54 of file kfile_debug.c.