mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
21
arch/mips/alchemy/devboards/platform.h
Normal file
21
arch/mips/alchemy/devboards/platform.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
#ifndef _DEVBOARD_PLATFORM_H_
|
||||
#define _DEVBOARD_PLATFORM_H_
|
||||
|
||||
#include <linux/init.h>
|
||||
|
||||
int __init db1x_register_pcmcia_socket(phys_addr_t pcmcia_attr_start,
|
||||
phys_addr_t pcmcia_attr_len,
|
||||
phys_addr_t pcmcia_mem_start,
|
||||
phys_addr_t pcmcia_mem_end,
|
||||
phys_addr_t pcmcia_io_start,
|
||||
phys_addr_t pcmcia_io_end,
|
||||
int card_irq,
|
||||
int cd_irq,
|
||||
int stschg_irq,
|
||||
int eject_irq,
|
||||
int id);
|
||||
|
||||
int __init db1x_register_norflash(unsigned long size, int width,
|
||||
int swapped);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue