diff options
Diffstat (limited to 'v4l_experimental/firesat/firesat-rc.h')
-rw-r--r-- | v4l_experimental/firesat/firesat-rc.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/v4l_experimental/firesat/firesat-rc.h b/v4l_experimental/firesat/firesat-rc.h new file mode 100644 index 000000000..e89a8069b --- /dev/null +++ b/v4l_experimental/firesat/firesat-rc.h @@ -0,0 +1,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 + |