diff options
| author | leo <leo@NetBSD.org> | 1995-03-26 07:12:03 +0000 |
|---|---|---|
| committer | leo <leo@NetBSD.org> | 1995-03-26 07:12:03 +0000 |
| commit | 8b0113cfceadf3ee3bc427c4680b6b46bb57ceea (patch) | |
| tree | 2a5b7db0400149a733175c4b1a56774b2d4c1eb7 /sys/arch/atari/include/float.h | |
| parent | 282052c7a8346370f47965457329f3b0b3fa01b7 (diff) | |
NetBSD/Atari, port by Leo Weppelman.
Diffstat (limited to 'sys/arch/atari/include/float.h')
| -rw-r--r-- | sys/arch/atari/include/float.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/atari/include/float.h b/sys/arch/atari/include/float.h new file mode 100644 index 00000000000..f5cf37fb337 --- /dev/null +++ b/sys/arch/atari/include/float.h @@ -0,0 +1,8 @@ +/* $NetBSD: float.h,v 1.1.1.1 1995/03/26 07:12:06 leo Exp $ */ + +#ifndef _MACHINE_FLOAT_H_ +#define _MACHINE_FLOAT_H_ + +#include <m68k/float.h> + +#endif |
