diff options
Diffstat (limited to 'ibus.h')
| -rw-r--r-- | ibus.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#define IBusSize 34 +#define channelC 15 +#define startByteAlpha 0x20 +#define startByteBeta 0x40 + +typedef char[IBusSize] IBusFrame +typedef unsigned short int[15] channelValues |
