Flemmard | eefd280 | 2014-03-08 10:03:28 +0100 | [diff] [blame^] | 1 | #ifndef __MPU_WRAPPER_H__ |
2 | #define __MPU_WRAPPER_H__ | ||||
Flemmard | 0604a8e | 2013-05-23 16:15:48 -0700 | [diff] [blame] | 3 | |
Flemmard | eefd280 | 2014-03-08 10:03:28 +0100 | [diff] [blame^] | 4 | #ifdef CONFIG_MACH_HTC |
5 | #include <linux/mpu_htc.h> | ||||
Flemmard | 0604a8e | 2013-05-23 16:15:48 -0700 | [diff] [blame] | 6 | #else |
Flemmard | eefd280 | 2014-03-08 10:03:28 +0100 | [diff] [blame^] | 7 | #include <linux/mpu_stock.h> |
Flemmard | 0604a8e | 2013-05-23 16:15:48 -0700 | [diff] [blame] | 8 | #endif |
9 | |||||
Flemmard | 8923f4a | 2014-01-07 12:43:27 -0800 | [diff] [blame] | 10 | #endif |