X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fio%2Fkfile_block.h;h=8a1b36bb74d93430bb6e11ee18ba7c151a7f4e9d;hb=fa9b44a5be11d39c0eaaf768e540baa70dabb689;hp=f7b9f9bc4c293d0a23dce94158e72b936bd0af1e;hpb=eed845c2bc3e3132f5bb625dd07e80484c4c06ea;p=bertos.git diff --git a/bertos/io/kfile_block.h b/bertos/io/kfile_block.h index f7b9f9bc..8a1b36bb 100644 --- a/bertos/io/kfile_block.h +++ b/bertos/io/kfile_block.h @@ -50,7 +50,7 @@ typedef struct KFileBlock { KFile fd; ///< KFile context - KBlock *b; ///< KBlock device + KBlock *blk; ///< KBlock device } KFileBlock; /** @@ -63,6 +63,6 @@ typedef struct KFileBlock * \param fb KFileBlock context. * \param b block device to be accessed with a KFile interface. */ -void kfileblock_init(KFileBlock *fb, KBlock *b); +void kfileblock_init(KFileBlock *fb, KBlock *blk); #endif /* IO_KFILE_KBLOCK_H */