/** @file hal/micro/cortexm3/mpu.h * * */ #ifndef MPU_H_ #define MPU_H_ #define BYPASS_MPU(blah) blah #endif//MPU_H_