mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 05:29:10 -04:00
9 lines
166 B
C
9 lines
166 B
C
/* $NetBSD: float.h,v 1.7 2013/01/24 10:13:35 matt Exp $ */
|
|
|
|
#ifndef _ARM_FLOAT_H_
|
|
#define _ARM_FLOAT_H_
|
|
|
|
#include <sys/float_ieee754.h>
|
|
|
|
#endif /* !_ARM_FLOAT_H_ */
|