X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lspci.h;h=bcd007e34bd44f4f81f1606a7b2a1cb0da7bf549;hb=278efb2170e577daa27c3d5c813091c6642d6996;hp=a3fc9d0e3a81ef72f36eb5a64b0b94303bf9d5d8;hpb=7ff8a323e7addf64507c5101356e664456112b09;p=pciutils.git diff --git a/lspci.h b/lspci.h index a3fc9d0..bcd007e 100644 --- a/lspci.h +++ b/lspci.h @@ -14,7 +14,7 @@ * This increases our memory footprint, but only slightly since we don't * use alloca() much. */ -#if defined (__FreeBSD__) || defined (__NetBSD__) || defined (__OpenBSD__) || defined (__DragonFly__) +#if defined (__FreeBSD__) || defined (__NetBSD__) || defined (__OpenBSD__) || defined (__DragonFly__) || defined (__DJGPP__) /* alloca() is defined in stdlib.h */ #elif defined(__GNUC__) && !defined(PCI_OS_WINDOWS) #include @@ -68,7 +68,7 @@ void show_caps(struct device *d, int where); /* ls-ecaps.c */ -void show_ext_caps(struct device *d); +void show_ext_caps(struct device *d, int type); /* ls-caps-vendor.c */