2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>

* start/start.S: Reflect new header locations.
This commit is contained in:
Ralf Corsepius
2004-10-27 23:15:41 +00:00
parent b345f83f96
commit 646bf00e55
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Reflect new header locations.
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h, network/network.c, startup/bspstart.c,

View File

@@ -29,8 +29,8 @@
* $Id$
*/
#include "asm.h"
#include "bsp.h"
#include <rtems/asm.h>
#include <bsp.h>
BEGIN_CODE