diff options
Diffstat (limited to 'include/xilinx.h')
-rw-r--r-- | include/xilinx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xilinx.h b/include/xilinx.h index 0bbf14d8a1..e5f6db33fa 100644 --- a/include/xilinx.h +++ b/include/xilinx.h @@ -53,7 +53,7 @@ typedef struct { /* typedef xilinx_desc */ struct xilinx_fpga_op { int (*load)(xilinx_desc *desc, const void *buf, size_t bsize, - bitstream_type bstype); + bitstream_type bstype, int flags); int (*loadfs)(xilinx_desc *desc, const void *buf, size_t bsize, fpga_fs_info *fpga_fsinfo); int (*loads)(xilinx_desc *desc, const void *buf, size_t bsize, |