X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=rpikern;a=blobdiff_plain;f=src%2Fcontty.h;fp=src%2Fcontty.h;h=b71e8361f69220c3fbb7807567b93bffd9f13386;hp=0000000000000000000000000000000000000000;hb=32ccc707bc0821d7ff4248fe9f58e92e9c6ebef9;hpb=203b43a75a028e9238307bd6e73768eb8e942071 diff --git a/src/contty.h b/src/contty.h new file mode 100644 index 0000000..b71e836 --- /dev/null +++ b/src/contty.h @@ -0,0 +1,9 @@ +#ifndef CONTTY_H_ +#define CONTTY_H_ + +int con_init(void); + +void con_putchar(int c); +int con_getchar(void); + +#endif /* CONTTY_H_ */