1326Salm/*-
2326Salm * Copyright (c) 1993 Andrew Moore, Talke Studio
3326Salm * All rights reserved.
4326Salm *
5326Salm * Redistribution and use in source and binary forms, with or without
6326Salm * modification, are permitted provided that the following conditions
7326Salm * are met:
8326Salm * 1. Redistributions of source code must retain the above copyright
9326Salm *    notice, this list of conditions and the following disclaimer.
10326Salm * 2. Redistributions in binary form must reproduce the above copyright
11326Salm *    notice, this list of conditions and the following disclaimer in the
12326Salm *    documentation and/or other materials provided with the distribution.
13326Salm * 3. All advertising materials mentioning features or use of this software
14326Salm *    must display the following acknowledgement:
15326Salm *	This product includes software developed by the University of
16326Salm *	California, Berkeley and its contributors.
17326Salm * 4. Neither the name of the University nor the names of its contributors
18326Salm *    may be used to endorse or promote products derived from this software
19326Salm *    without specific prior written permission.
20326Salm *
21326Salm * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22326Salm * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23326Salm * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24326Salm * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25326Salm * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26326Salm * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27326Salm * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28326Salm * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29326Salm * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30326Salm * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31326Salm * SUCH DAMAGE.
32326Salm *
33621Srgrimes *	from: @(#) floatingpoint.h	1.0 (Berkeley) 9/23/93
3450477Speter * $FreeBSD$
35326Salm */
36326Salm
372941Sbde#ifndef _FLOATINGPOINT_H_
382941Sbde#define _FLOATINGPOINT_H_
392941Sbde
40144544Snetchild#include <sys/cdefs.h>
411834Swollman#include <machine/ieeefp.h>
42326Salm
43326Salm#endif /* !_FLOATINGPOINT_H_ */
44