6 lines
70 B
C
6 lines
70 B
C
|
#ifndef _REMOTE_H
|
||
|
#define _REMOTE_H
|
||
|
|
||
|
void RemoteKeyInit(void);
|
||
|
#endif
|