From 89adce76dd02f2076ec6de1c6b434bc1f29512f4 Mon Sep 17 00:00:00 2001 From: Leo C Date: Thu, 23 Oct 2014 02:25:00 +0200 Subject: working host communication, new command: connect --- include/z180-serv.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/z180-serv.h (limited to 'include/z180-serv.h') diff --git a/include/z180-serv.h b/include/z180-serv.h new file mode 100644 index 0000000..af4b1c0 --- /dev/null +++ b/include/z180-serv.h @@ -0,0 +1,7 @@ +#ifndef Z180_SERV_H +#define Z180_SERV_H + +void setup_z180_serv(void); +void restart_z180_serv(void); + +#endif /* Z180_SERV_H */ -- cgit v1.2.3