firedtv: rename files, variables, functions from firesat to firedtv
[deliverable/linux.git] / drivers / media / dvb / firewire / firedtv-rc.h
1 #ifndef _FIREDTV_RC_H
2 #define _FIREDTV_RC_H
3
4 struct firedtv;
5 struct device;
6
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);
10
11 #endif /* _FIREDTV_RC_H */
This page took 0.051083 seconds and 5 git commands to generate.