mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08: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
24
arch/sparc/mm/mm_32.h
Normal file
24
arch/sparc/mm/mm_32.h
Normal file
|
@ -0,0 +1,24 @@
|
|||
/* fault_32.c - visible as they are called from assembler */
|
||||
asmlinkage int lookup_fault(unsigned long pc, unsigned long ret_pc,
|
||||
unsigned long address);
|
||||
asmlinkage void do_sparc_fault(struct pt_regs *regs, int text_fault, int write,
|
||||
unsigned long address);
|
||||
|
||||
void window_overflow_fault(void);
|
||||
void window_underflow_fault(unsigned long sp);
|
||||
void window_ret_fault(struct pt_regs *regs);
|
||||
|
||||
/* srmmu.c */
|
||||
extern char *srmmu_name;
|
||||
extern int viking_mxcc_present;
|
||||
extern int flush_page_for_dma_global;
|
||||
|
||||
extern void (*poke_srmmu)(void);
|
||||
|
||||
void __init srmmu_paging_init(void);
|
||||
|
||||
/* iommu.c */
|
||||
void ld_mmu_iommu(void);
|
||||
|
||||
/* io-unit.c */
|
||||
void ld_mmu_iounit(void);
|
Loading…
Add table
Add a link
Reference in a new issue