~ubuntu-branches/ubuntu/oneiric/soundmodem/oneiric

« back to all changes in this revision

Viewing changes to soundcard/pttio.h

  • Committer: Bazaar Package Importer
  • Author(s): Kamal Mostafa
  • Date: 2011-06-22 07:12:47 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110622071247-s9548jfjv3shfu1v
Tags: 0.16-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
#endif
55
55
 
56
56
struct pttio {
57
 
        enum { noport, serport, parport, hamlibport } mode;
 
57
        enum { noport, serport, parport, hamlibport, cm108 } mode;
58
58
        unsigned int ptt;
59
59
        unsigned int dcd;
 
60
        unsigned int gpio;
60
61
        
61
62
        union {
62
63
                int fd;