mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-30 15:48: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
16
arch/mips/include/uapi/asm/param.h
Normal file
16
arch/mips/include/uapi/asm/param.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* This file is subject to the terms and conditions of the GNU General Public
|
||||
* License. See the file "COPYING" in the main directory of this archive
|
||||
* for more details.
|
||||
*
|
||||
* Copyright 1994 - 2000, 2002 Ralf Baechle (ralf@gnu.org)
|
||||
* Copyright 2000 Silicon Graphics, Inc.
|
||||
*/
|
||||
#ifndef _ASM_PARAM_H
|
||||
#define _ASM_PARAM_H
|
||||
|
||||
#define EXEC_PAGESIZE 65536
|
||||
|
||||
#include <asm-generic/param.h>
|
||||
|
||||
#endif /* _ASM_PARAM_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue