1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-10 01:30:19 +00:00
trezor-firmware/embed/bootloader/mpu.h

7 lines
68 B
C
Raw Normal View History

#ifndef __MPU_H__
#define __MPU_H__
void mpu_config(void);
#endif