Fixed include file paths.

This commit is contained in:
Joel Sherrill
1999-03-31 23:27:03 +00:00
parent c08f283ea0
commit 79800f9ee5
3 changed files with 9 additions and 9 deletions

View File

@@ -31,9 +31,9 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
** idt_csu.S -- IDT stand alone startup code ** idt_csu.S -- IDT stand alone startup code
** **
**************************************************************************/ **************************************************************************/
#include <rtems/score/iregdef.h> #include <iregdef.h>
#include <rtems/score/idtcpu.h> #include <idtcpu.h>
#include <rtems/score/idtmon.h> #include <idtmon.h>
.extern _fbss,4 /* this is defined by the linker */ .extern _fbss,4 /* this is defined by the linker */

View File

@@ -31,9 +31,9 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
** idt_csu.S -- IDT stand alone startup code ** idt_csu.S -- IDT stand alone startup code
** **
**************************************************************************/ **************************************************************************/
#include <rtems/score/iregdef.h> #include <iregdef.h>
#include <rtems/score/idtcpu.h> #include <idtcpu.h>
#include <rtems/score/idtmon.h> #include <idtmon.h>
.extern _fbss,4 /* this is defined by the linker */ .extern _fbss,4 /* this is defined by the linker */

View File

@@ -31,9 +31,9 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
** idt_csu.S -- IDT stand alone startup code ** idt_csu.S -- IDT stand alone startup code
** **
**************************************************************************/ **************************************************************************/
#include <rtems/score/iregdef.h> #include <iregdef.h>
#include <rtems/score/idtcpu.h> #include <idtcpu.h>
#include <rtems/score/idtmon.h> #include <idtmon.h>
.extern _fbss,4 /* this is defined by the linker */ .extern _fbss,4 /* this is defined by the linker */