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
23
arch/sparc/include/asm/hibernate.h
Normal file
23
arch/sparc/include/asm/hibernate.h
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
* hibernate.h: Hibernaton support specific for sparc64.
|
||||
*
|
||||
* Copyright (C) 2013 Kirill V Tkhai (tkhai@yandex.ru)
|
||||
*/
|
||||
|
||||
#ifndef ___SPARC_HIBERNATE_H
|
||||
#define ___SPARC_HIBERNATE_H
|
||||
|
||||
struct saved_context {
|
||||
unsigned long fp;
|
||||
unsigned long cwp;
|
||||
unsigned long wstate;
|
||||
|
||||
unsigned long tick;
|
||||
unsigned long pstate;
|
||||
|
||||
unsigned long g4;
|
||||
unsigned long g5;
|
||||
unsigned long g6;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue