forked from Imagelibrary/rtems
New header guards
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user