]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/matrix_vision/mvbc_p/fpga.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / matrix_vision / mvbc_p / fpga.h
CommitLineData
5e0de0e2
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+
5e0de0e2
AS
7 */
8
9extern int mvbc_p_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);
5e0de0e2 17extern int fpga_null_fn(int cookie);