blob: b9f71534588f0f4fda6a8be2144d084b401cd31c (
plain)
1
2
3
4
5
6
7
8
9
|
/* $OpenBSD: ieeefp.h,v 1.4 2011/03/23 16:54:36 pirofti Exp $ */
/* $NetBSD: ieeefp.h,v 1.2 1995/04/16 16:47:07 jtc Exp $ */
#ifndef _MACHINE_IEEEFP_H_
#define _MACHINE_IEEEFP_H_
#include <m68k/ieeefp.h>
#endif /* _MACHINE_IEEEFP_H_ */
|