#ifndef _KERNEL_HAL_PRINT_H_ #define _KERNEL_HAL_PRINT_H_ #include "type.h" void SXAPI hal_vprintf(const char *str, va_list args); #endif