~ubuntu-branches/ubuntu/quantal/lirc/quantal

« back to all changes in this revision

Viewing changes to daemons/hw_ea65.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2011-05-05 14:45:59 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110505144559-egifvzgs2l7o6p08
Tags: 0.9.0-0ubuntu1
* New upstream version (0.9.0)
* Drop lirc-modules-source (LP: #778026)
* Change to v3 package (quilt)
* debian/control:
  - Build-deps on newer debhelper
  - bump standards version.
* debian/compat:
  - Bump to 7
* Drop Patches:
  - debian/patches/13-warning-cleanup
  - debian/patches/define_current_cpu_data.patch
  - debian/patches/lirc-in-kernel-ioctls.patch
  - debian/patches/updated-driver-names.patch
* Move extra remotes to our remotes DB.
* debian/rules: 
  - Remove references to quilt (as it's source package that does it now)
  - remove deprecated dh_clean -k

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include "drivers/lirc.h"
28
28
 
29
 
int   ea65_decode(struct ir_remote *remote,
30
 
                  ir_code *prep,ir_code *codep,ir_code *postp,
31
 
                  int *repeat_flagp,
32
 
                  lirc_t *min_remaining_gapp,
33
 
                  lirc_t *max_remaining_gapp);
34
 
int   ea65_init(void);
35
 
int   ea65_release(void);
 
29
int ea65_decode(struct ir_remote *remote, ir_code * prep, ir_code * codep, ir_code * postp, int *repeat_flagp,
 
30
                lirc_t * min_remaining_gapp, lirc_t * max_remaining_gapp);
 
31
int ea65_init(void);
 
32
int ea65_release(void);
36
33
char *ea65_receive(struct ir_remote *remote);
37
34
 
38
35
#endif