 96a388de5d
			
		
	
	
	96a388de5d
	
	
	
		
			
			Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			179 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			179 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _ASM_X8664_MODULE_H
 | |
| #define _ASM_X8664_MODULE_H
 | |
| 
 | |
| struct mod_arch_specific {}; 
 | |
| 
 | |
| #define Elf_Shdr Elf64_Shdr
 | |
| #define Elf_Sym Elf64_Sym
 | |
| #define Elf_Ehdr Elf64_Ehdr
 | |
| 
 | |
| #endif 
 |