1 #pragma once
2 #include <stdbool.h>
3 
4 void esp_log_impl_lock(void);
5 bool esp_log_impl_lock_timeout(void);
6 void esp_log_impl_unlock(void);
7