firedtv: rename files, variables, functions from firesat to firedtv
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / media / dvb / firewire / firedtv-rc.h
blobd3e14727d3dd1b97d422a0e6ed3525cc2e06feda
1 #ifndef _FIREDTV_RC_H
2 #define _FIREDTV_RC_H
4 struct firedtv;
5 struct device;
7 int fdtv_register_rc(struct firedtv *fdtv, struct device *dev);
8 void fdtv_unregister_rc(struct firedtv *fdtv);
9 void fdtv_handle_rc(struct firedtv *fdtv, unsigned int code);
11 #endif /* _FIREDTV_RC_H */