mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-10 09:22:44 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
17
arch/alpha/include/asm/module.h
Normal file
17
arch/alpha/include/asm/module.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
#ifndef _ALPHA_MODULE_H
|
||||
#define _ALPHA_MODULE_H
|
||||
|
||||
#include <asm-generic/module.h>
|
||||
|
||||
struct mod_arch_specific
|
||||
{
|
||||
unsigned int gotsecindex;
|
||||
};
|
||||
|
||||
#define ARCH_SHF_SMALL SHF_ALPHA_GPREL
|
||||
|
||||
#ifdef MODULE
|
||||
asm(".section .got,\"aws\",@progbits; .align 3; .previous");
|
||||
#endif
|
||||
|
||||
#endif /*_ALPHA_MODULE_H*/
|
Loading…
Add table
Add a link
Reference in a new issue