[rtems commit] libbsp/shared/pci/pci_bus_count.c: Add include <rtems/ bspIo.h>
Joel Sherrill
joel at rtems.org
Mon Apr 24 22:21:55 UTC 2017
Module: rtems
Branch: master
Commit: edec6dde082c0e6f181b8feaab81b17fc1e509ce
Changeset: http://git.rtems.org/rtems/commit/?id=edec6dde082c0e6f181b8feaab81b17fc1e509ce
Author: Joel Sherrill <joel at rtems.org>
Date: Sun Apr 23 12:56:12 2017 -0500
libbsp/shared/pci/pci_bus_count.c: Add include <rtems/bspIo.h>
---
c/src/lib/libbsp/shared/pci/pci_bus_count.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/c/src/lib/libbsp/shared/pci/pci_bus_count.c b/c/src/lib/libbsp/shared/pci/pci_bus_count.c
index d0c7c80..104bf34 100644
--- a/c/src/lib/libbsp/shared/pci/pci_bus_count.c
+++ b/c/src/lib/libbsp/shared/pci/pci_bus_count.c
@@ -7,6 +7,7 @@
#include <rtems.h>
#include <rtems/pci.h>
+#include <rtems/bspIo.h>
static uint8_t pci_number_of_buses = 0xff;
More information about the vc
mailing list