forked from Imagelibrary/rtems
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
* start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
* start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
* console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "asm.h"
|
#include <rtems/asm.h>
|
||||||
#include <m68349.inc>
|
#include <m68349.inc>
|
||||||
|
|
||||||
#define _OLD_ASTECC 1 /* old addresses for AST68340 only, undefine for AST68349 */
|
#define _OLD_ASTECC 1 /* old addresses for AST68340 only, undefine for AST68349 */
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "asm.h"
|
#include <rtems/asm.h>
|
||||||
#include <m68340.inc>
|
#include <m68340.inc>
|
||||||
|
|
||||||
BEGIN_CODE
|
BEGIN_CODE
|
||||||
|
|||||||
Reference in New Issue
Block a user