]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/matrix_vision/mvblm7/fpga.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / matrix_vision / mvblm7 / fpga.h
1 /*
2 * (C) Copyright 2002
3 * Rich Ireland, Enterasys Networks, rireland@enterasys.com.
4 * Keith Outwater, keith_outwater@mvis.com.
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9 extern int mvblm7_init_fpga(void);
10
11 extern int fpga_pgm_fn(int assert_pgm, int flush, int cookie);
12 extern int fpga_status_fn(int cookie);
13 extern int fpga_config_fn(int assert, int flush, int cookie);
14 extern int fpga_done_fn(int cookie);
15 extern int fpga_clk_fn(int assert_clk, int flush, int cookie);
16 extern int fpga_wr_fn(const void *buf, size_t len, int flush, int cookie);
17 extern int fpga_null_fn(int cookie);