summaryrefslogtreecommitdiff
path: root/drivers/crypto/ux500/cryp/cryp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/ux500/cryp/cryp.h')
-rw-r--r--drivers/crypto/ux500/cryp/cryp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/crypto/ux500/cryp/cryp.h b/drivers/crypto/ux500/cryp/cryp.h
index 36835a3982e..df2e25d4671 100644
--- a/drivers/crypto/ux500/cryp/cryp.h
+++ b/drivers/crypto/ux500/cryp/cryp.h
@@ -278,7 +278,8 @@ int cryp_configure_protection(struct cryp_device_data *device_data,
/* Power management funtions */
void cryp_save_device_context(struct cryp_device_data *device_data,
- struct cryp_device_context *ctx);
+ struct cryp_device_context *ctx,
+ int cryp_mode);
void cryp_restore_device_context(struct cryp_device_data *device_data,
struct cryp_device_context *ctx);