mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 08:08: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
				
			
		
							
								
								
									
										27
									
								
								arch/microblaze/include/asm/prom.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								arch/microblaze/include/asm/prom.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,27 @@ | |||
| /*
 | ||||
|  * Definitions for talking to the Open Firmware PROM on | ||||
|  * Power Macintosh computers. | ||||
|  * | ||||
|  * Copyright (C) 1996-2005 Paul Mackerras. | ||||
|  * | ||||
|  * Updates for PPC64 by Peter Bergner & David Engebretsen, IBM Corp. | ||||
|  * | ||||
|  * This program is free software; you can redistribute it and/or | ||||
|  * modify it under the terms of the GNU General Public License | ||||
|  * as published by the Free Software Foundation; either version | ||||
|  * 2 of the License, or (at your option) any later version. | ||||
|  */ | ||||
| #ifndef _ASM_MICROBLAZE_PROM_H | ||||
| #define _ASM_MICROBLAZE_PROM_H | ||||
| 
 | ||||
| #include <linux/of.h> | ||||
| 
 | ||||
| /* Other Prototypes */ | ||||
| enum early_consoles { | ||||
| 	UARTLITE = 1, | ||||
| 	UART16550 = 2, | ||||
| }; | ||||
| 
 | ||||
| extern int of_early_console(void *version); | ||||
| 
 | ||||
| #endif /* _ASM_MICROBLAZE_PROM_H */ | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228