aud_reformat_flash_ind.h

来自「Motorola synergy audio component」· C头文件 代码 · 共 61 行

H
61
字号
#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 + =
减小字号Ctrl + -
显示快捷键?