mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-27 02:12:35 +00:00
7 lines
74 B
C
7 lines
74 B
C
#ifndef __POWER__
|
|
#define __POWER__
|
|
|
|
void sleep_mode_enter(void);
|
|
|
|
#endif
|