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