summaryrefslogtreecommitdiff
path: root/ibus.h
diff options
context:
space:
mode:
Diffstat (limited to 'ibus.h')
-rw-r--r--ibus.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ibus.h b/ibus.h
index fb1d7fb..0c9ac12 100644
--- a/ibus.h
+++ b/ibus.h
@@ -8,6 +8,7 @@
#define IBusSize 0x20
#define startByteBeta 0x40
-typedef uint8_t[IBusSize] IBusFrame
-typedef uint16_t[15] channelValues
+typedef uint8_t IBusFrame[IBusSize];
+typedef uint16_t channelValues[15];
+int encodeIBus(IBusFrame frame, channelValues vals);
#endif