firesat-rc.h 296 B

1234567891011
  1. #ifndef _FIREDTV_RC_H
  2. #define _FIREDTV_RC_H
  3. struct firesat;
  4. struct device;
  5. int firesat_register_rc(struct firesat *firesat, struct device *dev);
  6. void firesat_unregister_rc(struct firesat *firesat);
  7. void firesat_handle_rc(struct firesat *firesat, unsigned int code);
  8. #endif /* _FIREDTV_RC_H */