mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 05:09:21 +08:00
9 lines
129 B
C
9 lines
129 B
C
#ifndef __DRV_MPU_H
|
|
#define __DRV_MPU_H
|
|
|
|
/* Initialize Cortex M4 MPU */
|
|
int mpu_init(void);
|
|
void mpu_enable(int enable);
|
|
|
|
#endif
|