BeRTOS
kfile_block.h
Go to the documentation of this file.
00001 
00070 #ifndef IO_KFILE_BLOCK_H
00071 #define IO_KFILE_BLOCK_H
00072 
00073 #include <cfg/compiler.h>
00074 #include <io/kblock.h>
00075 #include <io/kfile.h>
00076 
00080 typedef struct KFileBlock
00081 {
00082     KFile fd;    
00083     KBlock *blk; 
00084 } KFileBlock;
00085 
00096 void kfileblock_init(KFileBlock *fb, KBlock *blk);
00097  //defgroup kfile_block
00099 
00100 #endif /* IO_KFILE_KBLOCK_H */