From 0591adffc658d9e5a7b47feb59282b2505a32209 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sun, 15 May 2016 14:15:39 +0200 Subject: cethcan: hook up ttydmx on RPC --- cethcan/cethcan.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cethcan/cethcan.h') 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); -- cgit v1.2.1