X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=3sys;a=blobdiff_plain;f=sys1%2Fkern%2Fsrc%2Fcon.h;fp=sys1%2Fkern%2Fsrc%2Fcon.h;h=9eb776aaa9ae3811ae1d6522645c3a738514a447;hp=0000000000000000000000000000000000000000;hb=3e2e8a9156d288d230bbcd722bc91c4b3e4b21e1;hpb=570cc7602962c08b173754d25af50c43b75c2f2f diff --git a/sys1/kern/src/con.h b/sys1/kern/src/con.h new file mode 100644 index 0000000..9eb776a --- /dev/null +++ b/sys1/kern/src/con.h @@ -0,0 +1,8 @@ +#ifndef CON_H_ +#define CON_H_ + +void con_init(void); + +void con_putchar(int c); + +#endif /* CON_H_ */