Merge "Add ioprio values directly."

This commit is contained in:
Christopher Ferris 2016-07-20 18:03:47 +00:00 committed by Gerrit Code Review
commit feabb0fdc1

View file

@ -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