kfile_debug.h File Reference
KFile interface over a debug console. More...
#include <kern/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. | |
Typedefs | |
| typedef struct KFileDebug | KFileDebug |
| Context for KFile over debug console. | |
Functions | |
| KFileDebug * | KFILEDEBUG_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.
Definition in file kfile_debug.h.
Function Documentation
| void kfiledebug_init | ( | KFileDebug * | km | ) |
Initialize KFileMem struct.
- Parameters:
-
km Interface to initialize.
Definition at line 54 of file kfile_debug.c.
