]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/sysdep.h
lib/i386-ports.c, lib/i386-io-*: Moved the logic which keeps track of
[pciutils.git] / lib / sysdep.h
index a599686efced00a4c53ef2dacd7610d963627023..a54222f6bb1f8023706695874193b2734f811e04 100644 (file)
@@ -15,6 +15,9 @@
 #define inline
 #endif
 
+typedef u8 byte;
+typedef u16 word;
+
 #ifdef PCI_OS_WINDOWS
 #define bzero(x,y) memset(x,0,y)
 #define strcasecmp strcmpi