2 * Copyright (c) 2004-2006 Atheros Communications Inc.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation;
10 * Software distributed under the License is distributed on an "AS
11 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
12 * implied. See the License for the specific language governing
13 * rights and limitations under the License.
17 * $Id: //depot/sw/releases/olca2.0-GPL/host/include/dset_api.h#1 $
19 * Host-side DataSet API.
28 #endif /* __cplusplus */
31 * Host-side DataSet support is optional, and is not
32 * currently required for correct operation. To disable
33 * Host-side DataSet support, set this to 0.
35 #ifndef CONFIG_HOST_DSET_SUPPORT
36 #define CONFIG_HOST_DSET_SUPPORT 1
39 /* Called to send a DataSet Open Reply back to the Target. */
40 A_STATUS
wmi_dset_open_reply(struct wmi_t
*wmip
,
42 A_UINT32 access_cookie
,
46 A_UINT32 targ_reply_fn
,
47 A_UINT32 targ_reply_arg
);
49 /* Called to send a DataSet Data Reply back to the Target. */
50 A_STATUS
wmi_dset_data_reply(struct wmi_t
*wmip
,
55 A_UINT32 targ_reply_fn
,
56 A_UINT32 targ_reply_arg
);
60 #endif /* __cplusplus */
63 #endif /* _DSET_API_H_ */
This page took 0.046693 seconds and 5 git commands to generate.