aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-22 07:53:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-22 07:53:57 +0000
commit576f40f5aec3d7e48ed949fd24494b6cfb3ec93f (patch)
treeb177b7ca2be074037ba8bf68ac7b3ee6b3b01a82 /Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h
parent242303c1607fca405d9407b9fab6fb78cae676e2 (diff)
downloadlufa-576f40f5aec3d7e48ed949fd24494b6cfb3ec93f.tar.gz
lufa-576f40f5aec3d7e48ed949fd24494b6cfb3ec93f.tar.bz2
lufa-576f40f5aec3d7e48ed949fd24494b6cfb3ec93f.zip
Move Dataflash operational checking code out from SCSI.c into the DataflashManager.c in the Device mode Mass Storage demos.
Diffstat (limited to 'Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h')
-rw-r--r--Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h b/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h
index 1332fd3a3..b7b5a1e78 100644
--- a/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h
+++ b/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h
@@ -71,5 +71,6 @@
void DataflashManager_ReadBlocks_RAM(const uint32_t BlockAddress, uint16_t TotalBlocks,
uint8_t* BufferPtr) ATTR_NON_NULL_PTR_ARG(3);
void DataflashManager_ResetDataflashProtections(void);
+ bool DataflashManager_CheckDataflashOperation(void);
#endif