coco3: add prototypes for queue access functions
authorBrett Gordon <beretta42@gmail.com>
Sun, 2 Oct 2016 20:24:52 +0000 (16:24 -0400)
committerBrett Gordon <beretta42@gmail.com>
Sun, 2 Oct 2016 20:24:52 +0000 (16:24 -0400)
Kernel/platform-coco3/config.h

index d4a3d05..0c56c13 100644 (file)
@@ -98,6 +98,8 @@ extern unsigned char vt_map( unsigned char c );
 #define CONFIG_NET_NATIVE
 
 /* redefine tty queue primitives to use our banking ones */
+void putq( unsigned char *ptr, char c );
+unsigned char getq( unsigned *ptr );
 #define CONFIG_INDIRECT_QUEUES
 typedef unsigned char *queueptr_t;
 #define GETQ(p) getq(p)