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
				
			
		
							
								
								
									
										21
									
								
								drivers/gpu/drm/nouveau/nouveau_sysfs.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								drivers/gpu/drm/nouveau/nouveau_sysfs.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,21 @@ | |||
| #ifndef __NOUVEAU_SYSFS_H__ | ||||
| #define __NOUVEAU_SYSFS_H__ | ||||
| 
 | ||||
| #include "nouveau_drm.h" | ||||
| 
 | ||||
| struct nouveau_sysfs { | ||||
| 	struct nvif_object ctrl; | ||||
| }; | ||||
| 
 | ||||
| static inline struct nouveau_sysfs * | ||||
| nouveau_sysfs(struct drm_device *dev) | ||||
| { | ||||
| 	return nouveau_drm(dev)->sysfs; | ||||
| } | ||||
| 
 | ||||
| int  nouveau_sysfs_init(struct drm_device *); | ||||
| void nouveau_sysfs_fini(struct drm_device *); | ||||
| 
 | ||||
| extern int nouveau_pstate; | ||||
| 
 | ||||
| #endif | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228