mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-11-02 09:05: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
13
arch/sparc/include/asm/nmi.h
Normal file
13
arch/sparc/include/asm/nmi.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef __NMI_H
|
||||
#define __NMI_H
|
||||
|
||||
int __init nmi_init(void);
|
||||
void perfctr_irq(int irq, struct pt_regs *regs);
|
||||
void nmi_adjust_hz(unsigned int new_hz);
|
||||
|
||||
extern atomic_t nmi_active;
|
||||
|
||||
void start_nmi_watchdog(void *unused);
|
||||
void stop_nmi_watchdog(void *unused);
|
||||
|
||||
#endif /* __NMI_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue