added lifetime paramter to psa_drv_se_import_key_t as the SE needs to know this
diff --git a/include/psa/crypto_se_driver.h b/include/psa/crypto_se_driver.h
index f94b2f8..fdeb2b1 100644
--- a/include/psa/crypto_se_driver.h
+++ b/include/psa/crypto_se_driver.h
@@ -697,6 +697,7 @@
  *         Success.
  */
 typedef psa_status_t (*psa_drv_se_import_key_t)(psa_key_slot_number_t key_slot,
+                                                psa_key_lifetime_t lifetime,
                                                 psa_key_type_t type,
                                                 psa_algorithm_t algorithm,
                                                 psa_key_usage_t usage,