bond/include/kernel/hal/print.h

9 lines
137 B
C

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