aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/io_block.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/io_block.h')
-rw-r--r--os/hal/include/io_block.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/include/io_block.h b/os/hal/include/io_block.h
index da0e97d8a..39ab6bf76 100644
--- a/os/hal/include/io_block.h
+++ b/os/hal/include/io_block.h
@@ -49,7 +49,8 @@ typedef enum {
BLK_DISCONNECTING = 4, /**< Disconnection in progress. */
BLK_READY = 5, /**< Device ready. */
BLK_READING = 6, /**< Read operation in progress. */
- BLK_WRITING = 7 /**< Write operation in progress. */
+ BLK_WRITING = 7, /**< Write operation in progress. */
+ BLK_SYNCING = 8 /**< Sync. operation in progress. */
} blkstate_t;
/**