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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drivers/io/io_storage.h b/include/drivers/io/io_storage.h
index 50907ff7..485ed8c0 100644
--- a/include/drivers/io/io_storage.h
+++ b/include/drivers/io/io_storage.h
@@ -70,7 +70,7 @@ typedef struct io_block_spec {
/* Open a connection to a device */
int io_dev_open(const struct io_dev_connector *dev_con,
const uintptr_t dev_spec,
- uintptr_t *dev_handle);
+ uintptr_t *handle);
/* Initialise a device explicitly - to permit lazy initialisation or