X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=pciutils.h;h=ba709f5201ffb7829f85a52732e9da68bac25a22;hb=a2ea548f32ad244d5b8863e2146ba4cfe6c5408e;hp=d2233538716121d69fd18d6b6d0a0c4b417f4812;hpb=727ce158868ed101006ecc5d3dd3faede927165c;p=pciutils.git diff --git a/pciutils.h b/pciutils.h index d223353..ba709f5 100644 --- a/pciutils.h +++ b/pciutils.h @@ -1,5 +1,5 @@ /* - * $Id: pciutils.h,v 1.12 1999/01/22 21:04:59 mj Exp $ + * $Id: pciutils.h,v 1.13 2000/04/21 11:58:01 mj Exp $ * * Linux PCI Utilities -- Declarations * @@ -12,6 +12,11 @@ #define PCIUTILS_VERSION PCILIB_VERSION +#if !defined(__GNUC__) +#define __attribute__(x) +#define inline +#endif + void __attribute__((noreturn)) die(char *msg, ...); void *xmalloc(unsigned int howmuch); int parse_generic_option(int i, struct pci_access *pacc, char *optarg);