diff options
Diffstat (limited to 'drivers/media/dvb/firesat/firesat-rc.h')
-rw-r--r-- | drivers/media/dvb/firesat/firesat-rc.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/drivers/media/dvb/firesat/firesat-rc.h b/drivers/media/dvb/firesat/firesat-rc.h index e89a8069ba88..81f4fdec60f1 100644 --- a/drivers/media/dvb/firesat/firesat-rc.h +++ b/drivers/media/dvb/firesat/firesat-rc.h | |||
@@ -1,9 +1,8 @@ | |||
1 | #ifndef __FIRESAT_LIRC_H | 1 | #ifndef _FIREDTV_RC_H |
2 | #define __FIRESAT_LIRC_H | 2 | #define _FIREDTV_RC_H |
3 | 3 | ||
4 | extern int firesat_register_rc(void); | 4 | int firesat_register_rc(void); |
5 | extern int firesat_unregister_rc(void); | 5 | void firesat_unregister_rc(void); |
6 | extern int firesat_got_remotecontrolcode(u16 code); | 6 | void firesat_handle_rc(unsigned int code); |
7 | |||
8 | #endif | ||
9 | 7 | ||
8 | #endif /* _FIREDTV_RC_H */ | ||