#ifndef _SLEEP_MGR_STUB_H_ #define _SLEEP_MGR_STUB_H_ // Stub 头文件:dzbj ui_ScreenSet.c 引用,Phase 1 仅提供声明 // 实际实现将在后续阶段添加 #include static inline void sleep_mgr_set_enabled(bool enabled) { (void)enabled; } #endif // _SLEEP_MGR_STUB_H_