firesat-rc.h 181 B

12345678
  1. #ifndef _FIREDTV_RC_H
  2. #define _FIREDTV_RC_H
  3. int firesat_register_rc(void);
  4. void firesat_unregister_rc(void);
  5. void firesat_handle_rc(unsigned int code);
  6. #endif /* _FIREDTV_RC_H */