 a7f626c194
			
		
	
	
	a7f626c194
	
	
	
		
			
			Original port to early 2.6 kernel using TI COFF toolchain. Brought up to date by Mark Salter <msalter@redhat.com> Signed-off-by: Aurelien Jacquiot <a-jacquiot@ti.com> Signed-off-by: Mark Salter <msalter@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			248 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			248 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _ASM_C6X_SECTIONS_H
 | |
| #define _ASM_C6X_SECTIONS_H
 | |
| 
 | |
| #include <asm-generic/sections.h>
 | |
| 
 | |
| extern char _vectors_start[];
 | |
| extern char _vectors_end[];
 | |
| 
 | |
| extern char _data_lma[];
 | |
| extern char _fdt_start[], _fdt_end[];
 | |
| 
 | |
| #endif /* _ASM_C6X_SECTIONS_H */
 |