1 #ifndef ZEPHYR_STUB_SOC_LOG_H_
2 #define ZEPHYR_STUB_SOC_LOG_H_
3 
4 #define SOC_LOGE(...) do {} while(0)
5 #define SOC_LOGW(...) do {} while(0)
6 
7 #endif
8