]> mj.ucw.cz Git - pciutils.git/blobdiff - pciutils.h
Fixed the "dist" target.
[pciutils.git] / pciutils.h
index d2233538716121d69fd18d6b6d0a0c4b417f4812..ba709f5201ffb7829f85a52732e9da68bac25a22 100644 (file)
@@ -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
  *
 
 #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);