firedtv: Use DEFINE_SPINLOCK
[pandora-kernel.git] / drivers / media / dvb / firesat / firesat-rc.h
1 #ifndef _FIREDTV_RC_H
2 #define _FIREDTV_RC_H
3
4 struct firesat;
5 struct device;
6
7 int firesat_register_rc(struct firesat *firesat, struct device *dev);
8 void firesat_unregister_rc(struct firesat *firesat);
9 void firesat_handle_rc(struct firesat *firesat, unsigned int code);
10
11 #endif /* _FIREDTV_RC_H */