bond/include/kernel/hal/print.h
2018-02-17 23:06:57 -05:00

8 lines
139 B
C

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