summaryrefslogtreecommitdiffstats
path: root/tools.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-03-09 16:55:27 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-03-09 16:55:27 +0100
commita008b10d8488ef905a43de00ee5c8efd03b03ed6 (patch)
tree1d4330f9cbb72f641b197a445863a9012581e405 /tools.h
parentb0596cb0f01f885153abffaecfa248920cb8658b (diff)
downloadpcitool-a008b10d8488ef905a43de00ee5c8efd03b03ed6.tar.gz
pcitool-a008b10d8488ef905a43de00ee5c8efd03b03ed6.tar.bz2
pcitool-a008b10d8488ef905a43de00ee5c8efd03b03ed6.tar.xz
pcitool-a008b10d8488ef905a43de00ee5c8efd03b03ed6.zip
Support for FPGA registers
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index 059675a..747fc37 100644
--- a/tools.h
+++ b/tools.h
@@ -6,6 +6,9 @@
#include "pci.h"
+int pcilib_isnumber(const char *str);
+int pcilib_isxnumber(const char *str);
+
uint16_t pcilib_swap16(uint16_t x);
uint32_t pcilib_swap32(uint32_t x);
uint64_t pcilib_swap64(uint64_t x);