bond/include/kernel/hal/print.h
2018-02-18 02:48:59 -05:00

8 lines
140 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