mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 23:28:52 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
9
arch/arm/mach-shmobile/rcar-gen2.h
Normal file
9
arch/arm/mach-shmobile/rcar-gen2.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef __ASM_RCAR_GEN2_H__
|
||||
#define __ASM_RCAR_GEN2_H__
|
||||
|
||||
void rcar_gen2_timer_init(void);
|
||||
#define MD(nr) BIT(nr)
|
||||
u32 rcar_gen2_read_mode_pins(void);
|
||||
void rcar_gen2_reserve(void);
|
||||
|
||||
#endif /* __ASM_RCAR_GEN2_H__ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue