/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to tools.h

  • Committer: Suren A. Chilingaryan
  • Date: 2011-12-08 02:47:23 UTC
  • Revision ID: csa@dside.dyndns.org-20111208024723-ym9uf3uoll6ym2a9
new event architecture, first trial

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
int pcilib_get_page_mask();
35
35
 
 
36
 
 
37
int calc_deadline(struct timeval *tv, pcilib_timeout_t timeout);
 
38
int check_deadline(struct timeval *tve, pcilib_timeout_t timeout);
 
39
pcilib_timeout_t calc_time_to_deadline(struct timeval *tve);
 
40
 
36
41
#endif /* _PCITOOL_TOOS_H */