firedtv: cleanups and minor fixes
[linux-2.6-block.git] / drivers / media / dvb / firesat / firesat-rc.h
CommitLineData
612262a5
SR
1#ifndef _FIREDTV_RC_H
2#define _FIREDTV_RC_H
c81c8b68 3
8ae83cdf
SR
4struct firesat;
5struct device;
6
7int firesat_register_rc(struct firesat *firesat, struct device *dev);
8void firesat_unregister_rc(struct firesat *firesat);
9void firesat_handle_rc(struct firesat *firesat, unsigned int code);
c81c8b68 10
612262a5 11#endif /* _FIREDTV_RC_H */