/*
* The PCI Library
*
- * Copyright (c) 1997--2024 Martin Mares <mj@ucw.cz>
+ * Copyright (c) 1997--2025 Martin Mares <mj@ucw.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL v2+
*
#ifndef _PCI_LIB_H
#define _PCI_LIB_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#ifndef PCI_CONFIG_H
#include "config.h"
#endif
PCI_LOOKUP_NO_HWDB = 0x800000, /* Do not ask udev's hwdb */
};
+#ifdef __cplusplus
+}
+#endif
+
#endif