X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsysdep.h;h=2a25c9356c2d70aefcab357d92fd2d93764e70f4;hb=f2505ce4aac37067f644646d973eeb382d8db6ec;hp=a599686efced00a4c53ef2dacd7610d963627023;hpb=ee7d83845f73a71988e3b847fef2d04b07a9aebd;p=pciutils.git diff --git a/lib/sysdep.h b/lib/sysdep.h index a599686..2a25c93 100644 --- a/lib/sysdep.h +++ b/lib/sysdep.h @@ -15,8 +15,10 @@ #define inline #endif +typedef u8 byte; +typedef u16 word; + #ifdef PCI_OS_WINDOWS -#define bzero(x,y) memset(x,0,y) #define strcasecmp strcmpi #endif