~ubuntu-branches/ubuntu/saucy/nut/saucy

« back to all changes in this revision

Viewing changes to drivers/belkin.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2005-07-20 19:48:50 UTC
  • mto: (16.1.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050720194850-oo61wjr33rrx2mre
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#define MINCMDTIME      3
48
48
#define MAXCMDTIME      15
49
49
 
50
 
int init_communication (void);
51
 
void do_status(void);
52
 
int init_ups_data (void);
53
 
void updateinfo (void);
54
 
void get_belkin_field(char *temp, char *data, size_t datalen, int n);
55
 
int get_belkin_reply (char*);
56
 
void send_belkin_command (char, const char *, const char *);
57
 
int recvbinary (char *, int);
58
 
void set_serialDTR0RTS1(void);
 
50
static int init_communication (void);
 
51
static int init_ups_data (void);
 
52
static int get_belkin_reply (char*);
 
53
static void set_serialDTR0RTS1(void);