mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 16:18:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			295 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			295 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
| ** asm/bootinfo-q40.h -- Q40-specific boot information definitions
 | |
| */
 | |
| 
 | |
| #ifndef _UAPI_ASM_M68K_BOOTINFO_Q40_H
 | |
| #define _UAPI_ASM_M68K_BOOTINFO_Q40_H
 | |
| 
 | |
| 
 | |
|     /*
 | |
|      *  Latest Q40 bootinfo version
 | |
|      */
 | |
| 
 | |
| #define Q40_BOOTI_VERSION	MK_BI_VERSION(2, 0)
 | |
| 
 | |
| 
 | |
| #endif /* _UAPI_ASM_M68K_BOOTINFO_Q40_H */
 | 
