kpd_riviera_env.h

来自「MMI层OBJ不能完全编译」· C头文件 代码 · 共 49 行

H
49
字号
/**
 * @file   kpd_riviera_env.h
 *
 * Declaration of function in order to access to Riviera environment.
 *
 * @author   Laurent Sollier (l-sollier@ti.com)
 * @version 0.1
 */

/*
 * History:
 *
 *   Date          Author       Modification
 *  ----------------------------------------
 *  11/22/2001     L Sollier    Create
 *
 *
 * (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved
 */

#ifndef _KPD_RIVIERA_ENV_H_
#define _KPD_RIVIERA_ENV_H_


#ifdef __cplusplus
extern "C"
{
#endif

/**
 * @name Internal functions
 *
 */
/*@{*/

/**
 * function: kpd_show_gsm
 *
 * Show mobile on Riviera tool.
 */
void kpd_show_gsm(void);


#ifdef __cplusplus
}
#endif

/*@}*/
#endif /* #ifndef _KPD_RIVIERA_ENV_H_ */

⌨️ 快捷键说明

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