X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a94b1911645b1f14f80eb0f1612d33f83866d4a3..14c5615474b46716d69141ed459c5aa2af3bd65d:/Demos/MassStorage/DataflashManager.h diff --git a/Demos/MassStorage/DataflashManager.h b/Demos/MassStorage/DataflashManager.h index a0c43c39c..1332fd3a3 100644 --- a/Demos/MassStorage/DataflashManager.h +++ b/Demos/MassStorage/DataflashManager.h @@ -66,6 +66,10 @@ /* Function Prototypes: */ void DataflashManager_WriteBlocks(const uint32_t BlockAddress, uint16_t TotalBlocks); void DataflashManager_ReadBlocks(const uint32_t BlockAddress, uint16_t TotalBlocks); + void DataflashManager_WriteBlocks_RAM(const uint32_t BlockAddress, uint16_t TotalBlocks, + uint8_t* BufferPtr) ATTR_NON_NULL_PTR_ARG(3); + void DataflashManager_ReadBlocks_RAM(const uint32_t BlockAddress, uint16_t TotalBlocks, + uint8_t* BufferPtr) ATTR_NON_NULL_PTR_ARG(3); void DataflashManager_ResetDataflashProtections(void); #endif