/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to apps/pio_test.c

  • Committer: Suren A. Chilingaryan
  • Date: 2014-01-27 23:33:20 UTC
  • Revision ID: csa@suren.me-20140127233320-out81cjslqax4341
Support new revision of UFO cameras...

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
//#define REALTIME
17
17
 
18
18
#define BAR PCILIB_BAR0
19
 
#define BITS 16
 
19
#define BITS 32
20
20
#define MASK ((1ll << BITS) - 1)
21
21
 
22
22