2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
This commit is contained in:
Joel Sherrill
2002-04-08 18:28:02 +00:00
parent 34fd745700
commit 962140ddc7
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:

View File

@@ -17,7 +17,7 @@
#ifndef __MVME16xHW_h
#define __MVME16xHW_h
#include <rtems/score/targopts.h>
#include <bsp.h>
#ifdef __cplusplus
extern "C" {

View File

@@ -17,7 +17,7 @@
#ifndef __MVME16xHW_h
#define __MVME16xHW_h
#include <rtems/score/targopts.h>
#include <bsp.h>
#ifdef __cplusplus
extern "C" {