13 lines
227 B
C
13 lines
227 B
C
|
/* $NetBSD: float.h,v 1.1 2001/06/19 00:20:10 fvdl Exp $ */
|
||
|
|
||
|
#ifndef _X86_64_FLOAT_H_
|
||
|
#define _X86_64_FLOAT_H_
|
||
|
|
||
|
#ifdef _KERNEL
|
||
|
#include <i386/include/float.h>
|
||
|
#else
|
||
|
#include <i386/float.h>
|
||
|
#endif
|
||
|
|
||
|
#endif /* _X86_64_FLOAT_H_ */
|