]> cloudbase.mooo.com Git - irmp.git/blob - irmpextlog.h
Merge branch 'libopencm3' of cu.loc:git/irmp into libopencm3
[irmp.git] / irmpextlog.h
1 #ifndef _IRMPEXTLOG_H
2 #define _IRMPEXTLOG_H
3
4 #ifdef __cplusplus
5 extern "C"
6 {
7 #endif
8
9 void initextlog (void);
10 void sendextlog (unsigned char);
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16 #endif