mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			224 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			224 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * gpio_cfi_flash.c - GPIO-assisted Flash Chip Support
 | 
						|
 *
 | 
						|
 * Copyright (c) 2009 Analog Devices Inc.
 | 
						|
 *
 | 
						|
 * Licensed under the GPL-2 or later.
 | 
						|
 */
 | 
						|
 | 
						|
void *gpio_cfi_flash_swizzle(void *vaddr);
 | 
						|
void gpio_cfi_flash_init(void);
 |