00001 /* 00002 * $QNXLicenseC: 00003 * Copyright 2009, QNX Software Systems. All Rights Reserved. 00004 * 00005 * You must obtain a written license from and pay applicable license fees to QNX 00006 * Software Systems before you may reproduce, modify or distribute this software, 00007 * or any work that includes all or part of this software. Free development 00008 * licenses are available for evaluation and non-commercial purposes. For more 00009 * information visit http://licensing.qnx.com or email licensing@qnx.com. 00010 * 00011 * This file may contain contributions from others. Please review this entire 00012 * file for other proprietary rights or license notices, as well as the QNX 00013 * Development Suite License Guide at http://licensing.qnx.com/license-guide/ 00014 * for other information. 00015 * $ 00016 */ 00017 00018 #ifndef _EFP_ASSIST_H_ 00019 #define _EFP_ASSIST_H_ 00020 00021 /***************************************************************************** 00022 * INCLUDES 00023 ****************************************************************************/ 00024 00025 #include <ppc/context.h> 00026 00027 /***************************************************************************** 00028 * PROTOTYPES 00029 ****************************************************************************/ 00030 00031 /* efp_assist.c */ 00032 int _math_emulator(int sigcode, void **pdata, PPC_CPU_REGISTERS *regs); 00033 00034 #endif 00035 00036 __SRCVERSION( "$URL: http://svn.ott.qnx.com/product/trunk/lib/ieee754/fpassist/ppc/efp_assist.h $ $Rev: 219996 $" )