⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aud_reformat_flash_ind.h

📁 Motorola synergy audio component
💻 H
字号:
#ifndef AUD_REFORMAT_FLASH_IND_INCLUDE #define AUD_REFORMAT_FLASH_IND_INCLUDE  #ifdef __cplusplus  /* allow #include in a C++ file (only put this in .h files) */extern "C" {#endif/* (c) Copyright Motorola 1997, All rights reserved.           Motorola Confidential Proprietary   Contains confidential proprietary information of Motorola, Inc.   Reverse engineering is prohibited.   The copyright notice does not imply publication.     DESCRIPTION:        This file defines the data structure for Audio Manager indication       of the reformat DSP flash.  ************** REVISION HISTORY **********************************************     Date       Author      Reference   ========   ========    ==========================   00-08-09   mtaraba     CR - CSGce55882              Eliminate file gsm.h from audio manager   97-12-03   slam        PR - CSGce15147              Reformat DSP flash for VA and VR              - Initial release  *//************** HEADER FILE INCLUDES ******************************************/#include <SUAPI/suapi.h>/************** CONSTANTS *****************************************************//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************/typedef struct{    /* call processor primitive header */    //    TD_PRIMITIVE_HEADER     cp_prim_header;    /* Error code; 0 if no error */             UINT16                    error_code; } AUD_REFORMAT_FLASH_IND;/************** FUNCTION PROTOTYPES *******************************************//************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************//************** GLOBAL VARIABLES **********************************************/#ifdef __cplusplus /* allow #include in a C++ file (only put this in .h files) */}#endif#endif /* end of - prevent inadvertently including a header file twice */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -