diff options
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ #include "pci.h" +#define BIT_MASK(bits) ((1ll << (bits)) - 1) + #define min2(a, b) (((a)<(b))?(a):(b)) int pcilib_isnumber(const char *str); |