Recode files to unix newlines.
[bertos.git] / bertos / io / kblock_ram.h
index 1ae8933bc5678c386592febbe606e60303188c87..f913b7662b2d4c2f686669df52ba9f9811263c72 100644 (file)
@@ -44,6 +44,7 @@
 typedef struct KBlockRam
 {
        KBlock b;
+       uint8_t *pagebuf;
        uint8_t *membuf;
 } KBlockRam;