summaryrefslogtreecommitdiff
path: root/sys/include/printf.h
blob: bcd9e758e0106973b4dd010f2e7453511b633b3e (plain)
1
2
3
4
5
6
#ifndef _KPRINTF_H
#define _KPRINTF_H

void printf_init(void);

#endif /* _KPRINTF_H */