blob: 81f4fdec60f172c38a3ffd1077ecf4981ba0efda [file] [log] [blame]
Stefan Richter612262a2008-08-26 00:17:30 +02001#ifndef _FIREDTV_RC_H
2#define _FIREDTV_RC_H
Greg Kroah-Hartmanc81c8b62008-03-06 21:30:23 -08003
Stefan Richter612262a2008-08-26 00:17:30 +02004int firesat_register_rc(void);
5void firesat_unregister_rc(void);
6void firesat_handle_rc(unsigned int code);
Greg Kroah-Hartmanc81c8b62008-03-06 21:30:23 -08007
Stefan Richter612262a2008-08-26 00:17:30 +02008#endif /* _FIREDTV_RC_H */