2009-06-17 Till Straumann <strauman@slac.stanford.edu>

* vmeUniverse/vmeUniverse.c, vmeUniverse/vmeTsi148.c:
	include <rtems/pci.h> instead of <bsp/pci.h>.
This commit is contained in:
Till Straumann
2009-06-17 21:01:01 +00:00
parent b311cbc957
commit f382d0fb22
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2009-06-17 Till Straumann <strauman@slac.stanford.edu>
* vmeUniverse/vmeUniverse.c, vmeUniverse/vmeTsi148.c:
include <rtems/pci.h> instead of <bsp/pci.h>.
2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* umon/umonrtemsglue.c: Add flag to ensure that it umon connection is

View File

@@ -54,7 +54,7 @@
#include <stdlib.h>
#include <rtems/bspIo.h> /* printk */
#include <rtems/error.h> /* printk */
#include <bsp/pci.h>
#include <rtems/pci.h>
#include <bsp.h>
#include <libcpu/byteorder.h>

View File

@@ -104,7 +104,7 @@
#include <stdlib.h>
#include <rtems/bspIo.h> /* printk */
#include <rtems/error.h>
#include <bsp/pci.h>
#include <rtems/pci.h>
#include <bsp.h>
#include <libcpu/byteorder.h>