confdefs: Add extern C guards to libpci.h

Closes #4169
This commit is contained in:
Jan Sommer
2020-10-29 14:11:32 +01:00
committed by Chris Johns
parent 7021c01464
commit f84c4a5b81

View File

@@ -21,6 +21,10 @@
#error "Do not include this file directly, use <rtems/confdefs.h> instead"
#endif
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/*
* Select PCI Configuration Library
*/
@@ -67,4 +71,8 @@
#endif
#endif
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _RTEMS_CONFDEFS_LIBPCI_H */