Add dirty port of irmp library.
This commit is contained in:
parent
abe3b8fd68
commit
bcb7890df2
10 changed files with 7603 additions and 0 deletions
16
extras/irmp/irmpextlog.h
Normal file
16
extras/irmp/irmpextlog.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef _IRMPEXTLOG_H
|
||||
#define _IRMPEXTLOG_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
void initextlog (void);
|
||||
void sendextlog (unsigned char);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue