]> mj.ucw.cz Git - pciutils.git/blobdiff - pciutils.h
Testing on real NetBSD revealed a couple of stupid typos.
[pciutils.git] / pciutils.h
index d2233538716121d69fd18d6b6d0a0c4b417f4812..cb958cd8b9ba5b844f08624638c95b06d2e782a1 100644 (file)
@@ -1,9 +1,9 @@
 /*
- *     $Id: pciutils.h,v 1.12 1999/01/22 21:04:59 mj Exp $
+ *     $Id: pciutils.h,v 1.14 2002/03/30 15:39:24 mj Exp $
  *
  *     Linux PCI Utilities -- Declarations
  *
- *     Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
 
 #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);