]> Git Repo - J-u-boot.git/blobdiff - include/zynqpl.h
Merge patch series "boot: fdt: Change type of env_get_bootm_low() to phys_addr_t"
[J-u-boot.git] / include / zynqpl.h
index cdfd8a205ab6c5dd5a0a6b4a1e504f4c3ce68472..d7dc064585eaec8a5ff7f92af11d16860f0014be 100644 (file)
 
 #include <xilinx.h>
 
+#ifdef CONFIG_CMD_ZYNQ_AES
+int zynq_decrypt_load(u32 srcaddr, u32 dstaddr, u32 srclen, u32 dstlen,
+                     u8 bstype);
+#endif
+
 extern struct xilinx_fpga_op zynq_op;
 
 #define XILINX_ZYNQ_XC7Z007S   0x3
This page took 0.029015 seconds and 4 git commands to generate.