]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/fsl_sec.h
ti_armv7_common.h: Adjust malloc pool size in all cases.
[karo-tx-uboot.git] / include / fsl_sec.h
index a52110a625c2698233d71da848dbdb0eb661b926..bffabc89b99d8e378462240466ec778e77075d13 100644 (file)
@@ -294,8 +294,6 @@ struct sg_entry {
 
 #endif
 
-int sec_init(void);
-
 /* blob_dek:
  * Encapsulates the src in a secure blob and stores it dst
  * @src: reference to the plaintext
@@ -305,6 +303,10 @@ int sec_init(void);
  */
 int blob_dek(const u8 *src, u8 *dst, u8 len);
 
+#if defined(CONFIG_PPC_C29X)
+int sec_init_idx(uint8_t);
+#endif
+int sec_init(void);
 #endif
 
 #endif /* __FSL_SEC_H */