#ifndef __DRV_MPU_H
#define __DRV_MPU_H
/* Initialize Cortex M4 MPU */
void mpu_init(void);
void mpu_enable(int enable);
#endif