xref: /netbsd-src/sys/arch/arm/include/float.h (revision 6d322f2f4598f0d8a138f10ea648ec4fabe41f8b)
1 /*	$NetBSD: float.h,v 1.7 2013/01/24 10:13:35 matt Exp $	*/
2 
3 #ifndef _ARM_FLOAT_H_
4 #define _ARM_FLOAT_H_
5 
6 #include <sys/float_ieee754.h>
7 
8 #endif /* !_ARM_FLOAT_H_ */
9