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
8
arch/arm/mach-integrator/common.h
Normal file
8
arch/arm/mach-integrator/common.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include <linux/reboot.h>
|
||||
#include <linux/amba/serial.h>
|
||||
extern struct amba_pl010_data ap_uart_data;
|
||||
void integrator_init_early(void);
|
||||
int integrator_init(bool is_cp);
|
||||
void integrator_reserve(void);
|
||||
void integrator_restart(enum reboot_mode, const char *);
|
||||
void integrator_init_sysfs(struct device *parent, u32 id);
|
||||
Loading…
Add table
Add a link
Reference in a new issue