mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 20:18:18 +00:00 
			
		
		
		
	Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			460 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			460 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * (C) Copyright 2002
 | |
|  * Rich Ireland, Enterasys Networks, rireland@enterasys.com.
 | |
|  * Keith Outwater, keith_outwater@mvis.com.
 | |
|  *
 | |
|  * SPDX-License-Identifier:	GPL-2.0+
 | |
|  */
 | |
| 
 | |
| extern int mvblx_init_fpga(void);
 | |
| 
 | |
| extern int fpga_status_fn(int cookie);
 | |
| extern int fpga_config_fn(int assert, int flush, int cookie);
 | |
| extern int fpga_done_fn(int cookie);
 | |
| extern int fpga_wr_fn(const void *buf, size_t len, int flush, int cookie);
 | |
| extern int fpga_null_fn(int cookie);
 |