mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 16:18:51 +01:00 
			
		
		
		
	Fixed MTP to work with TWRP
This commit is contained in:
		
						commit
						f6dfaef42e
					
				
					 50820 changed files with 20846062 additions and 0 deletions
				
			
		
							
								
								
									
										18
									
								
								arch/m68k/include/asm/atari_stram.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								arch/m68k/include/asm/atari_stram.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | |||
| #ifndef _M68K_ATARI_STRAM_H | ||||
| #define _M68K_ATARI_STRAM_H | ||||
| 
 | ||||
| /*
 | ||||
|  * Functions for Atari ST-RAM management | ||||
|  */ | ||||
| 
 | ||||
| /* public interface */ | ||||
| void *atari_stram_alloc(unsigned long size, const char *owner); | ||||
| void atari_stram_free(void *); | ||||
| void *atari_stram_to_virt(unsigned long phys); | ||||
| unsigned long atari_stram_to_phys(void *); | ||||
| 
 | ||||
| /* functions called internally by other parts of the kernel */ | ||||
| void atari_stram_init(void); | ||||
| void atari_stram_reserve_pages(void *start_mem); | ||||
| 
 | ||||
| #endif /*_M68K_ATARI_STRAM_H */ | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228