mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 02:11:25 +01:00 
			
		
		
		
	The alt board has R8A7794, 1GB DDR3-SDRAM, USB, Ethernet, QSPI, MMC, SDHI and more. This commit supports the following functions: - DDR3-SDRAM - SCIF - I2C - Ethernet - QSPI Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			167 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			167 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * Copyright (C) 2013 Renesas Electronics Corporation
 | 
						|
 *
 | 
						|
 * SPDX-License-Identifier: GPL-2.0
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef __QOS_H__
 | 
						|
#define __QOS_H__
 | 
						|
 | 
						|
void qos_init(void);
 | 
						|
 | 
						|
#endif
 |