b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | /* |
| 2 | * SPDX-License-Identifier: GPL-2.0+ |
| 3 | */ |
| 4 | |
| 5 | extern int mergerbox_init_fpga(void); |
| 6 | |
| 7 | extern int fpga_pgm_fn(int assert_pgm, int flush, int cookie); |
| 8 | extern int fpga_status_fn(int cookie); |
| 9 | extern int fpga_config_fn(int assert, int flush, int cookie); |
| 10 | extern int fpga_done_fn(int cookie); |
| 11 | extern int fpga_clk_fn(int assert_clk, int flush, int cookie); |
| 12 | extern int fpga_wr_fn(const void *buf, size_t len, int flush, int cookie); |
| 13 | extern int fpga_null_fn(int cookie); |