mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-29 23:28:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			368 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			368 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <linux/stddef.h>
 | |
| #include <linux/sched.h>
 | |
| #include <linux/elf.h>
 | |
| #include <linux/crypto.h>
 | |
| #include <asm/mman.h>
 | |
| 
 | |
| #define DEFINE(sym, val) \
 | |
| 	asm volatile("\n->" #sym " %0 " #val : : "i" (val))
 | |
| 
 | |
| #define BLANK() asm volatile("\n->" : : )
 | |
| 
 | |
| #define OFFSET(sym, str, mem) \
 | |
| 	DEFINE(sym, offsetof(struct str, mem));
 | |
| 
 | |
| void foo(void)
 | |
| {
 | |
| #include <common-offsets.h>
 | |
| }
 | 
