mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-10-31 08:21:36 +01:00 
			
		
		
		
	Move defines only needed by mv_udc.c to a file in the same directory. This allows usbtty to compile for mv_udc, but it still doesn't link. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			260 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			260 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * Copyright 2011, Marvell Semiconductor Inc.
 | |
|  * Lei Wen <leiwen@marvell.com>
 | |
|  *
 | |
|  * SPDX-License-Identifier:	GPL-2.0+
 | |
|  */
 | |
| 
 | |
| 
 | |
| #ifndef __MV_UDC_H__
 | |
| #define __MV_UDC_H__
 | |
| 
 | |
| #define EP_MAX_PACKET_SIZE	0x200
 | |
| #define EP0_MAX_PACKET_SIZE	64
 | |
| #endif /* __MV_UDC_H__ */
 |