BeRTOS
|
KFile interface over a KBlock. More...
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. |
KFile interface over a KBlock.
Definition in file kfile_block.c.