aboutsummaryrefslogtreecommitdiff
path: root/include/drivers/io/io_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/io/io_storage.h')
-rw-r--r--include/drivers/io/io_storage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drivers/io/io_storage.h b/include/drivers/io/io_storage.h
index d40a828e1b..0e6ffd6193 100644
--- a/include/drivers/io/io_storage.h
+++ b/include/drivers/io/io_storage.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -22,6 +22,7 @@ typedef enum {
IO_TYPE_DUMMY,
IO_TYPE_FIRMWARE_IMAGE_PACKAGE,
IO_TYPE_BLOCK,
+ IO_TYPE_MTD,
IO_TYPE_MMC,
IO_TYPE_STM32IMAGE,
IO_TYPE_MAX