Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a663bf90 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

Protect against multiple inclusion.

parent 030274ae
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -22,6 +22,8 @@
 *  Kevin D. Kissell, kevink@mips.com and Carsten Langgard, carstenl@mips.com
 *  Kevin D. Kissell, kevink@mips.com and Carsten Langgard, carstenl@mips.com
 *  Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
 *  Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
 */
 */
#ifndef __ARCH_MIPS_MATH_EMU_IEEE754_H
#define __ARCH_MIPS_MATH_EMU_IEEE754_H


#include <asm/byteorder.h>
#include <asm/byteorder.h>
#include <linux/types.h>
#include <linux/types.h>
@@ -466,3 +468,5 @@ extern void ieee754_xcpt(struct ieee754xctx *xcp);
/* compat */
/* compat */
#define ieee754dp_fix(x)	ieee754dp_tint(x)
#define ieee754dp_fix(x)	ieee754dp_tint(x)
#define ieee754sp_fix(x)	ieee754sp_tint(x)
#define ieee754sp_fix(x)	ieee754sp_tint(x)

#endif /* __ARCH_MIPS_MATH_EMU_IEEE754_H */