aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/firesat/firesat-rc.h
blob: e89a8069ba88b4d711ec03f6602f12d287749239 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __FIRESAT_LIRC_H
#define __FIRESAT_LIRC_H

extern int firesat_register_rc(void);
extern int firesat_unregister_rc(void);
extern int firesat_got_remotecontrolcode(u16 code);

#endif