mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	Starting from arc-2016.03 GNU tools linker properly works with symbols defined in linker script and so external declarations are no longer required, dump them. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			290 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			290 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
 | |
|  *
 | |
|  * SPDX-License-Identifier:	GPL-2.0+
 | |
|  */
 | |
| 
 | |
| #ifndef __ASM_ARC_SECTIONS_H
 | |
| #define __ASM_ARC_SECTIONS_H
 | |
| 
 | |
| #include <asm-generic/sections.h>
 | |
| 
 | |
| extern ulong __ivt_start;
 | |
| extern ulong __ivt_end;
 | |
| 
 | |
| #endif /* __ASM_ARC_SECTIONS_H */
 |