mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-10 01:30:19 +00:00
7 lines
68 B
C
7 lines
68 B
C
|
#ifndef __MPU_H__
|
||
|
#define __MPU_H__
|
||
|
|
||
|
void mpu_config(void);
|
||
|
|
||
|
#endif
|