 f250015be6
			
		
	
	
		f250015be6
		
	
	
	
	
		
			
			Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Message-id: 20180215220540.6556-8-f4bug@amsat.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
		
			
				
	
	
		
			16 lines
		
	
	
		
			353 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			353 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * SD/MMC cards common
 | |
|  *
 | |
|  * Copyright (c) 2018  Philippe Mathieu-Daudé <f4bug@amsat.org>
 | |
|  *
 | |
|  * This work is licensed under the terms of the GNU GPL, version 2 or later.
 | |
|  * See the COPYING file in the top-level directory.
 | |
|  * SPDX-License-Identifier: GPL-2.0-or-later
 | |
|  */
 | |
| #ifndef SD_INTERNAL_H
 | |
| #define SD_INTERNAL_H
 | |
| 
 | |
| #define SDMMC_CMD_MAX 64
 | |
| 
 | |
| #endif
 |