mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-04 06:35:44 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user