aud_hw_stub_command_cnf.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 72 行
H
72 行
#ifndef AUD_HW_STUB_COMMAND_CNF_INCLUDE#define AUD_HW_STUB_COMMAND_CNF_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 the AM HW stub command confirm to trigger the upper layer (AM Event layer) to send back appropriate primitive to MMI. ************** REVISION HISTORY ********************************************** Date Author Reference ======== ======== ========================== 97-12-12 slam PR - CSGce15147 Reformat DSP flash for VA and VR - Add AVA HW stub commands. - Initial release *//************** HEADER FILE INCLUDES ******************************************/ /************** CONSTANTS *****************************************************//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************/enum{ AM_HW_STUB_REFORMAT_FLASH_CNF, AM_HW_STUB_VA_ERASE_CNF, AM_HW_STUB_VA_FAST_FORWARD_CNF, AM_HW_STUB_VA_START_PLAY_CNF, AM_HW_STUB_VA_START_RECORD_CNF, AM_HW_STUB_VA_STOP_PLAY_CNF, AM_HW_STUB_VA_GET_TIME_CNF};typedef UINT8 AM_HW_STUB_COMMAND; /******************************************************************* * PRIMITIVE DATA STRUCTURE DEFINITION *******************************************************************/typedef struct{ AM_HW_STUB_COMMAND command;} AUD_HW_STUB_COMMAND_CNF;/************** 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 + -
显示快捷键?