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

📄 kpd_riviera_env.h

📁 MMI层OBJ不能完全编译
💻 H
字号:
/**
 * @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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -