mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-11-02 00:55:37 +01: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/ia64/include/asm/param.h
Normal file
17
arch/ia64/include/asm/param.h
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
* Fundamental kernel parameters.
|
||||
*
|
||||
* Based on <asm-i386/param.h>.
|
||||
*
|
||||
* Modified 1998, 1999, 2002-2003
|
||||
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
|
||||
*/
|
||||
#ifndef _ASM_IA64_PARAM_H
|
||||
#define _ASM_IA64_PARAM_H
|
||||
|
||||
#include <uapi/asm/param.h>
|
||||
|
||||
# define HZ CONFIG_HZ
|
||||
# define USER_HZ HZ
|
||||
# define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
|
||||
#endif /* _ASM_IA64_PARAM_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue