libwallaby  v24
The wallaby standard library
ir.h
Go to the documentation of this file.
1 /*
2  * ir.h
3  *
4  * Created on: Nov 13, 2015
5  * Author: Joshua Southerland
6  */
7 
8 #ifndef INCLUDE_WALLABY_IR_H_
9 #define INCLUDE_WALLABY_IR_H_
10 
11 
12 
13 #include "export.h"
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
22 EXPORT_SYM void ir_read();
23 
28 EXPORT_SYM void ir_write();
29 
30 #ifdef __cplusplus
31 }
32 #endif
33 
34 
35 
36 #endif /* INCLUDE_WALLABY_IR_H_ */
EXPORT_SYM void ir_read()
EXPORT_SYM void ir_write()
#define EXPORT_SYM
Definition: export.h:14