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