1139825Simp/*-
290473Sobrien * Copyright (c) 2002 David O'Brien <obrien@FreeBSD.org>.
390473Sobrien * All rights reserved.
490473Sobrien *
590473Sobrien * Redistribution and use in source and binary forms, with or without
690473Sobrien * modification, are permitted provided that the following conditions
790473Sobrien * are met:
890473Sobrien * 1. Redistributions of source code must retain the above copyright
990473Sobrien *    notice, this list of conditions and the following disclaimer.
1090473Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1190473Sobrien *    notice, this list of conditions and the following disclaimer in the
1290473Sobrien *    documentation and/or other materials provided with the distribution.
1390473Sobrien * 3. Neither the name of the author nor the names of any co-contributors
1490473Sobrien *    may be used to endorse or promote products derived from this software
1590473Sobrien *    without specific prior written permission.
1690473Sobrien *
1790473Sobrien * THIS SOFTWARE IS PROVIDED BY DAVID O'BRIEN AND CONTRIBUTORS ``AS IS'' AND
1890473Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1990473Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2090473Sobrien * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2190473Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2290473Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2390473Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2490473Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2590473Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2690473Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2790473Sobrien * SUCH DAMAGE.
2890473Sobrien *
2990473Sobrien * $FreeBSD$
3090473Sobrien */
3190473Sobrien
3290473Sobrien#ifndef _FLOATINGPOINT_H_
3390473Sobrien#define _FLOATINGPOINT_H_
3490473Sobrien
3590473Sobrien#include <machine/ieeefp.h>
3690473Sobrien
3790473Sobrien#endif /* !_FLOATINGPOINT_H_ */
38