X-Git-Url: https://pd.if.org/git/?p=zos;a=blobdiff_plain;f=klib%2Fprintk.h;fp=klib%2Fprintk.h;h=436dbf90a97c8bd49bc10197c79fc2e54e24754b;hp=0000000000000000000000000000000000000000;hb=5c0e560e481e2e97b793f7574e849a5882781df9;hpb=e57b692bd3a86ee40fd89416a06fd696f1ff3bf9 diff --git a/klib/printk.h b/klib/printk.h new file mode 100644 index 0000000..436dbf9 --- /dev/null +++ b/klib/printk.h @@ -0,0 +1,9 @@ +#ifndef PRINTK_H_ +#define PRINTK_H_ + +#include + +void terminal_putchar(int ch); +int printk(const char *fmt, ...); + +#endif