Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
b0d3b92f2b49c9cbb6e44a01ae390f547a0ef4db
/
.
/
include
/
linux
/
mpu.h
blob: 16511fe9f456e487062fcae97013f88cf9d6aa63 [
file
] [
log
] [
blame
]
#ifndef
__MPU_WRAPPER_H__
#define
__MPU_WRAPPER_H__
#ifdef
CONFIG_MACH_HTC
#include
<linux/mpu_htc.h>
#else
#include
<linux/mpu_stock.h>
#endif
#endif