Michael Jones | 84d7a01 | 2011-11-04 13:53:44 -0400 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2002 |
| 3 | * Rich Ireland, Enterasys Networks, rireland@enterasys.com. |
| 4 | * Keith Outwater, keith_outwater@mvis.com. |
| 5 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 6 | * SPDX-License-Identifier: GPL-2.0+ |
Michael Jones | 84d7a01 | 2011-11-04 13:53:44 -0400 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | extern int mvblx_init_fpga(void); |
| 10 | |
| 11 | extern int fpga_status_fn(int cookie); |
| 12 | extern int fpga_config_fn(int assert, int flush, int cookie); |
| 13 | extern int fpga_done_fn(int cookie); |
| 14 | extern int fpga_wr_fn(const void *buf, size_t len, int flush, int cookie); |
| 15 | extern int fpga_null_fn(int cookie); |