diff options
-rw-r--r-- | arch/mips/math-emu/ieee754int.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mips/math-emu/ieee754int.h b/arch/mips/math-emu/ieee754int.h index 27ed825ad35a..62d0fdbdb44e 100644 --- a/arch/mips/math-emu/ieee754int.h +++ b/arch/mips/math-emu/ieee754int.h @@ -23,7 +23,8 @@ * * ######################################################################## */ - +#ifndef __IEEE754INT_H +#define __IEEE754INT_H #include "ieee754.h" @@ -162,3 +163,5 @@ #define FLUSHYDP FLUSHDP(y, yc, ys, ye, ym) #define FLUSHXSP FLUSHSP(x, xc, xs, xe, xm) #define FLUSHYSP FLUSHSP(y, yc, ys, ye, ym) + +#endif /* __IEEE754INT_H */ |