trezor-core/embed/trezorhal/mpu.h

7 lines
68 B
C
Raw Normal View History

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