X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fio%2Fkblock_ram.h;h=f913b7662b2d4c2f686669df52ba9f9811263c72;hb=d57ed7ecf592540f90a714813bd5619cac825306;hp=1ae8933bc5678c386592febbe606e60303188c87;hpb=c145dfaa541e8166971353e91dfc281648379cd3;p=bertos.git diff --git a/bertos/io/kblock_ram.h b/bertos/io/kblock_ram.h index 1ae8933b..f913b766 100644 --- a/bertos/io/kblock_ram.h +++ b/bertos/io/kblock_ram.h @@ -44,6 +44,7 @@ typedef struct KBlockRam { KBlock b; + uint8_t *pagebuf; uint8_t *membuf; } KBlockRam;