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
|
||||
*/
|
||||
|
||||
#ifndef _IDTCPU_H__
|
||||
#define _IDTCPU_H__
|
||||
#ifndef _RTEMS_MIPS_IDTCPU_H
|
||||
#define _RTEMS_MIPS_IDTCPU_H
|
||||
|
||||
/*
|
||||
* 950313: Ketan added Register definition for XContext reg.
|
||||
|
||||
@@ -30,8 +30,8 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
||||
** All Rights Reserved
|
||||
**
|
||||
*/
|
||||
#ifndef __IREGDEF_H__
|
||||
#define __IREGDEF_H__
|
||||
#ifndef _RTEMS_MIPS_IREGDEF_H
|
||||
#define _RTEMS_MIPS_IREGDEF_H
|
||||
|
||||
/*
|
||||
* 950313: Ketan added sreg/lreg and R_SZ for 64-bit saves
|
||||
|
||||
Reference in New Issue
Block a user