firesat-rc.h 190 B

123456789
  1. #ifndef __FIRESAT_LIRC_H
  2. #define __FIRESAT_LIRC_H
  3. extern int firesat_register_rc(void);
  4. extern int firesat_unregister_rc(void);
  5. extern int firesat_got_remotecontrolcode(u16 code);
  6. #endif