drv_mpu.h 129 B

12345678
  1. #ifndef __DRV_MPU_H
  2. #define __DRV_MPU_H
  3. /* Initialize Cortex M4 MPU */
  4. int mpu_init(void);
  5. void mpu_enable(int enable);
  6. #endif