Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9536b8c9 authored by Elliott Hughes's avatar Elliott Hughes Committed by Colin Cross
Browse files

Fix fastbootd's <linux/kexec.h> reference.

Change-Id: I28ce0288a6377153a96d3a98d6913d1271e3112f
parent baf4c4bd
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -33,12 +33,10 @@
#define __FASTBOOT_BOOT_H

#include <sys/cdefs.h>
#include <uapi/linux/kexec.h>
#include <linux/kexec.h>

#include "bootimg.h"

#define KEXEC_SEGMENT_MAX 16

#define KEXEC_TYPE_DEFAULT 0
#define KEXEC_TYPE_CRASH   1