]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/matrix_vision/mvsmr/fpga.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / matrix_vision / mvsmr / fpga.h
1 /*
2 * (C) Copyright 2008
3 * Andre Schwarz, Matrix Vision GmbH, andre.schwarz@matrix-vision.de
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8 extern int mvsmr_init_fpga(void);
9
10 extern int fpga_pgm_fn(int assert_pgm, int flush, int cookie);
11 extern int fpga_init_fn(int cookie);
12 extern int fpga_clk_fn(int assert_clk, int flush, int cookie);
13 extern int fpga_wr_fn(int assert_write, int flush, int cookie);
14 extern int fpga_done_fn(int cookie);
15 extern int fpga_pre_config_fn(int cookie);