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

Commit 0f71de63 authored by Christopher Ferris's avatar Christopher Ferris Committed by android-build-merger
Browse files

Merge \\\\"Add ioprio values directly.\\\\" am: feabb0fd am: 93e00be7 am: 2e6ded26

am: 95043fb3

Change-Id: I273f17940da48c31758b046b975409f811bf2b58
parents 349ce301 95043fb3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
#include <cutils/iosched_policy.h>

#if defined(__ANDROID__)
#include <linux/ioprio.h>
#define IOPRIO_WHO_PROCESS (1)
#define IOPRIO_CLASS_SHIFT (13)
#include <sys/syscall.h>
#define __android_unused
#else