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

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

Merge \\\\"Change to include linux/android/binder.h.\\\\" am: b34400ea am:...

Merge \\\\"Change to include linux/android/binder.h.\\\\" am: b34400ea am: 173b3eff am: 672322d5
am: be3aaf57

Change-Id: I9561eb03ae0c3da693cb39cf28127fc73aeb57b7
parents 7aa21c98 be3aaf57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#define _BINDER_H_

#include <sys/ioctl.h>
#include <linux/binder.h>
#include <linux/android/binder.h>

struct binder_state;

+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
#include <utils/String16.h>
#include <utils/Vector.h>
#include <utils/Flattenable.h>
#include <linux/binder.h>
#include <linux/android/binder.h>

#include <binder/IInterface.h>
#include <binder/Parcelable.h>
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ namespace android {
/* obtain structures and constants from the kernel header */

#include <sys/ioctl.h>
#include <linux/binder.h>
#include <linux/android/binder.h>

#ifdef __cplusplus
}   // namespace android