00001 /************************************************************************************* 00002 * * 00003 * Copyright (C) CEVA(R) Inc. All rights reserved * 00004 * * 00005 * * 00006 * This product or Software is made available exclusively to licensees that have * 00007 * received express written authorization from CEVA to download or receive the product * 00008 * or Software and have agreed to the End User License Agreement (EULA). If you have * 00009 * not received such express authorization and agreed to the CEVA EULA, you may not * 00010 * download, install or use this product or Software. * 00011 * * 00012 * The information contained in this document is subject to change without notice and * 00013 * does not represent a commitment on any part of CEVA(R), Inc. CEVA(R), Inc. and its * 00014 * subsidiaries make no warranty of any kind with regard to this material, including, * 00015 * but not limited to implied warranties of merchantability and fitness for a * 00016 * particular purpose whether arising out of law, custom, conduct or otherwise. * 00017 * * 00018 * While the information contained herein is assumed to be accurate, CEVA(R), Inc. * 00019 * assumes no responsibility for any errors or omissions contained herein, and * 00020 * assumes no liability for special, direct, indirect or consequential damage, * 00021 * losses, costs, charges, claims, demands, fees or expenses, of any nature or kind, * 00022 * which are incurred in connection with the furnishing, performance or use of this * 00023 * material. * 00024 * * 00025 * This document contains proprietary information, which is protected by U.S. and * 00026 * international copyright laws. All rights reserved. No part of this document may be * 00027 * reproduced, photocopied, or translated into another language without the prior * 00028 * written consent of CEVA(R), Inc. * 00029 * * 00030 *************************************************************************************/ 00031 00032 /* End of constructors/destructors section */ 00033 __asm__(".CSECT crtn_ctor_sect"); 00034 __asm__("nop"); 00035 __asm__("ret"); 00036 __asm__(".CSECT crtn_dtor_sect"); 00037 __asm__("nop"); 00038 __asm__("ret");
1.6.1