hx4700_bt.h

来自「pocket pc hx4700 linux driver」· C头文件 代码 · 共 18 行

H
18
字号
/* * Bluetooth support file for calling bluetooth configuration functions * * Copyright (c) 2005 SDG Systems, LLC * * 2005-06	Todd Blumer             Initial Revision */#ifndef _HX4700_BT_H#define _HX4700_BT_Hstruct hx4700_bt_funcs {	void (*configure) ( int state );};#endif

⌨️ 快捷键说明

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