/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-03-09 15:55:27 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: csa@dside.dyndns.org-20110309155527-7ui77xsz2f7ms0b8
Support for FPGA registers

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
#include "pci.h"
8
8
 
 
9
int pcilib_isnumber(const char *str);
 
10
int pcilib_isxnumber(const char *str);
 
11
 
9
12
uint16_t pcilib_swap16(uint16_t x);
10
13
uint32_t pcilib_swap32(uint32_t x);
11
14
uint64_t pcilib_swap64(uint64_t x);