aboutsummaryrefslogtreecommitdiffstats
path: root/c/gbos.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/gbos.h')
-rw-r--r--c/gbos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/gbos.h b/c/gbos.h
index 390fe3a..2350665 100644
--- a/c/gbos.h
+++ b/c/gbos.h
@@ -17,6 +17,8 @@ void ssend(unsigned char b); /* link-port: transmit one byte */
unsigned char srecv(void); /* link-port: receive one byte (blocks) */
int srecv_nb(void); /* link-port: receive, or -1 if none */
unsigned char pollin(void); /* poll OSK for a typed char, or 0 */
+unsigned char pollcon(void); /* poll console ring (link-injected
+ input, filled by net pumps), or 0 */
unsigned char sys_net(void *req); /* socket layer trap (see sock.h) */
void gsleep(unsigned char units); /* delay units*(1/64)s (raw trap) */
void msleep(unsigned int ms); /* delay ~ms milliseconds */