/* * Copyright 2000 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are * granted through contract. * U.S. Patent Nos. 5,283,900 5,392,448 */ /* "@(#) DSP/BIOS 4.00 03-27-00 (barracuda-e08)" */ struct PARMS { int Beta; int EchoPower; int ErrorPower; int Ratio; struct PARMS *Link; };