1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 20:59:50 +04:00
Files
flipperzero-firmware/applications/services/power/power_cli.h

12 lines
113 B
C
Raw Normal View History

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void power_on_system_start();
#ifdef __cplusplus
}
#endif