summaryrefslogtreecommitdiff
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drivers/io/io_storage.h b/include/drivers/io/io_storage.h
index 970ab2cd..f7e5b865 100644
--- a/include/drivers/io/io_storage.h
+++ b/include/drivers/io/io_storage.h
@@ -43,6 +43,7 @@ typedef enum {
IO_TYPE_INVALID,
IO_TYPE_SEMIHOSTING,
IO_TYPE_MEMMAP,
+ IO_TYPE_DUMMY,
IO_TYPE_FIRMWARE_IMAGE_PACKAGE,
IO_TYPE_MAX
} io_type_t;