kfile_block.c File Reference
KFile interface over a KBlock. More...
#include "kfile_block.h"#include <cfg/compiler.h>#include <io/kblock.h>#include <io/kfile.h>#include <string.h>Go to the source code of this file.
Defines | |
| #define | KFT_KFILEBLOCK MAKE_ID('K', 'F', 'B', 'L') |
| ID for KFile over a KBlock. | |
Functions | |
| KFileBlock * | KFILEBLOCK_CAST (KFile *fd) |
| Convert + ASSERT from generic KFile to KFileBlock. | |
| void | kfileblock_init (KFileBlock *fb, KBlock *blk) |
| Init a KFile over KBlock. | |
Detailed Description
KFile interface over a KBlock.
Definition in file kfile_block.c.
