mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-30 19:15:42 +00:00 
			
		
		
		
	 932a8d1f11
			
		
	
	
		932a8d1f11
		
	
	
	
	
		
			
			Update infocenter.arm.com URLs for various pieces of Arm documentation to the new developer.arm.com equivalents. (There is a redirection in place from the old URLs, but we might as well update our comments in case the redirect ever disappears in future.) This patch covers all the URLs which are not MPS2/SSE-200/IoTKit related (those are dealt with in a different patch). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20210205171456.19939-1-peter.maydell@linaro.org
		
			
				
	
	
		
			20 lines
		
	
	
		
			519 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			519 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * ARM Integrator Board Debug, switch and LED section
 | |
|  *
 | |
|  * Browse the data sheet:
 | |
|  *
 | |
|  *  https://developer.arm.com/documentation/dui0159/b/peripherals-and-interfaces/debug-leds-and-dip-switch-interface
 | |
|  *
 | |
|  * Copyright (c) 2013 Alex Bennée <alex@bennee.com>
 | |
|  *
 | |
|  * This work is licensed under the terms of the GNU GPL, version 2 or later.
 | |
|  * See the COPYING file in the top-level directory.
 | |
|  */
 | |
| 
 | |
| #ifndef ARM_INTEGRATOR_DEBUG_H
 | |
| #define ARM_INTEGRATOR_DEBUG_H
 | |
| 
 | |
| #define TYPE_INTEGRATOR_DEBUG "integrator_debug"
 | |
| 
 | |
| #endif
 |