New header guards

This commit is contained in:
Ralf Corsepius
2005-02-01 15:15:08 +00:00
parent 7c7184a49f
commit 50fea8b005
2 changed files with 4 additions and 4 deletions

View File

@@ -27,8 +27,8 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
** idtcpu.h -- cpu related defines ** idtcpu.h -- cpu related defines
*/ */
#ifndef _IDTCPU_H__ #ifndef _RTEMS_MIPS_IDTCPU_H
#define _IDTCPU_H__ #define _RTEMS_MIPS_IDTCPU_H
/* /*
* 950313: Ketan added Register definition for XContext reg. * 950313: Ketan added Register definition for XContext reg.

View File

@@ -30,8 +30,8 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
** All Rights Reserved ** All Rights Reserved
** **
*/ */
#ifndef __IREGDEF_H__ #ifndef _RTEMS_MIPS_IREGDEF_H
#define __IREGDEF_H__ #define _RTEMS_MIPS_IREGDEF_H
/* /*
* 950313: Ketan added sreg/lreg and R_SZ for 64-bit saves * 950313: Ketan added sreg/lreg and R_SZ for 64-bit saves