summaryrefslogtreecommitdiff
path: root/cethcan/cethcan.h
diff options
context:
space:
mode:
Diffstat (limited to 'cethcan/cethcan.h')
-rw-r--r--cethcan/cethcan.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cethcan/cethcan.h b/cethcan/cethcan.h
index 4d215f0..b272766 100644
--- a/cethcan/cethcan.h
+++ b/cethcan/cethcan.h
@@ -96,6 +96,13 @@ extern int espnet_set(struct espnet_device *dev,
extern void espnet_get(struct espnet_device *dev,
unsigned *r, unsigned *g, unsigned *b);
+struct ttydmx_device;
+struct ttydmx_device *ttydmx_find(const char *name);
+extern int ttydmx_set(struct ttydmx_device *dev,
+ unsigned r, unsigned g, unsigned b);
+extern void ttydmx_get(struct ttydmx_device *dev,
+ unsigned *r, unsigned *g, unsigned *b);
+
extern void json_bump_longpoll(void);
extern int socan_init(json_t *config);