summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-03-15 19:36:41 -0500
committerJoel Sherrill <joel@rtems.org>2016-03-15 19:37:58 -0500
commit364866db1f0df1fedcc7c24a953d5ebf4864e588 (patch)
tree35903e42f43dba34f5fa1a167acf19caa6cab6d6 /c/src/lib/libbsp/i386/pc386/include
parentatsamv-testsuite.tcfg: Add more tests (diff)
downloadrtems-364866db1f0df1fedcc7c24a953d5ebf4864e588.tar.bz2
pc386: Do not include rtems/pci.h from bsp.h. Add bsp/bspimpl.h
Start to migrate private symbols to bsp/bspimpl.h.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/include')
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/bsp.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/include/bsp.h b/c/src/lib/libbsp/i386/pc386/include/bsp.h
index 9fb38587da..3d29e3ec18 100644
--- a/c/src/lib/libbsp/i386/pc386/include/bsp.h
+++ b/c/src/lib/libbsp/i386/pc386/include/bsp.h
@@ -59,7 +59,6 @@
#include <rtems/clockdrv.h>
#include <rtems/score/cpu.h>
#include <rtems/bspIo.h>
-#include <rtems/pci.h>
#ifdef __cplusplus
extern "C" {
@@ -276,22 +275,6 @@ uint32_t BSP_irq_count_dump(FILE *f);
void raw_idt_notify(void);
void C_dispatch_isr(int vector);
-/*
- * PCI Support Methods
- */
-const pci_config_access_functions *pci_bios_initialize(void);
-const pci_config_access_functions *pci_io_initialize(void);
-
-/*
- * Helper to parse boot command line arguments related to the console driver
- */
-void pc386_parse_console_arguments(void);
-
-/*
- * Dynamically probe for PCI UARTS
- */
-void pci_uart_probe(void);
-
#ifdef __cplusplus
}
#endif