2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>

* include/bsp.h: #include <bspopts.h> first.
This commit is contained in:
Ralf Corsepius
2008-10-01 09:35:40 +00:00
parent c5a7f1a9c2
commit 68f39d5830
4 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h: #include <bspopts.h> first.
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/clock.c: include "../../../shared/clockdrv_shell.h".

View File

@@ -23,6 +23,8 @@
#ifndef __GEN5200_BSP_h
#define __GEN5200_BSP_h
#include <bspopts.h>
#include <libcpu/powerpc-utility.h>
/*
@@ -130,7 +132,6 @@ LINKER_SYMBOL(MBAR);
extern "C" {
#endif
#include "bspopts.h"
#include <rtems.h>
#include <rtems/console.h>

View File

@@ -1,3 +1,7 @@
2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h: #include <bspopts.h> first.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect

View File

@@ -20,6 +20,8 @@
#ifndef __GEN83xx_BSP_h
#define __GEN83xx_BSP_h
#include <bspopts.h>
/*
* MPC8313E Reference Design Board
*/
@@ -76,7 +78,6 @@ LINKER_SYMBOL(IMMRBAR);
extern "C" {
#endif
#include "bspopts.h"
#include <rtems.h>
#include <rtems/console.h>