aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-10-23 08:44:31 -0400
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 14:32:51 -0400
commita663bf906dce4bfa4d620ecc6b8ac6ef958eb7c2 (patch)
tree9d342f63aa85e46e97e8a04d0a661b7fd8108430 /arch/mips
parent030274ae03c20f9ac27d4218118b9679d7c680d8 (diff)
Protect against multiple inclusion.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/math-emu/ieee754.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/math-emu/ieee754.h b/arch/mips/math-emu/ieee754.h
index 5689b0cf0185..c5bdcd25439a 100644
--- a/arch/mips/math-emu/ieee754.h
+++ b/arch/mips/math-emu/ieee754.h
@@ -22,6 +22,8 @@
22 * Kevin D. Kissell, kevink@mips.com and Carsten Langgard, carstenl@mips.com 22 * Kevin D. Kissell, kevink@mips.com and Carsten Langgard, carstenl@mips.com
23 * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. 23 * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
24 */ 24 */
25#ifndef __ARCH_MIPS_MATH_EMU_IEEE754_H
26#define __ARCH_MIPS_MATH_EMU_IEEE754_H
25 27
26#include <asm/byteorder.h> 28#include <asm/byteorder.h>
27#include <linux/types.h> 29#include <linux/types.h>
@@ -466,3 +468,5 @@ extern void ieee754_xcpt(struct ieee754xctx *xcp);
466/* compat */ 468/* compat */
467#define ieee754dp_fix(x) ieee754dp_tint(x) 469#define ieee754dp_fix(x) ieee754dp_tint(x)
468#define ieee754sp_fix(x) ieee754sp_tint(x) 470#define ieee754sp_fix(x) ieee754sp_tint(x)
471
472#endif /* __ARCH_MIPS_MATH_EMU_IEEE754_H */