mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00: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 */
 |