first commit
This commit is contained in:
9
ir_app/ir_app.h
Normal file
9
ir_app/ir_app.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef IR_APP_H
|
||||
#define IR_APP_H
|
||||
|
||||
void ir_app_init(void);
|
||||
void ir_app_run(void);
|
||||
int ir_poll(int *action);
|
||||
void ir_flush(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user