mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-11-01 00:28:51 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
22
arch/mips/include/asm/lasat/head.h
Normal file
22
arch/mips/include/asm/lasat/head.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* Image header stuff
|
||||
*/
|
||||
#ifndef _HEAD_H
|
||||
#define _HEAD_H
|
||||
|
||||
#define LASAT_K_MAGIC0_VAL 0xfedeabba
|
||||
#define LASAT_K_MAGIC1_VAL 0x00bedead
|
||||
|
||||
#ifndef _LANGUAGE_ASSEMBLY
|
||||
#include <linux/types.h>
|
||||
struct bootloader_header {
|
||||
u32 magic[2];
|
||||
u32 version;
|
||||
u32 image_start;
|
||||
u32 image_size;
|
||||
u32 kernel_start;
|
||||
u32 kernel_entry;
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif /* _HEAD_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue