3 * Copyright (c) 2004-2007 Atheros Communications Inc.
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation;
11 * Software distributed under the License is distributed on an "AS
12 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
13 * implied. See the License for the specific language governing
14 * rights and limitations under the License.
20 #ifndef AR6000_DIAG_H_
21 #define AR6000_DIAG_H_
25 ar6000_ReadRegDiag(HIF_DEVICE
*hifDevice
, A_UINT32
*address
, A_UINT32
*data
);
28 ar6000_WriteRegDiag(HIF_DEVICE
*hifDevice
, A_UINT32
*address
, A_UINT32
*data
);
31 ar6000_ReadDataDiag(HIF_DEVICE
*hifDevice
, A_UINT32 address
,
32 A_UCHAR
*data
, A_UINT32 length
);
35 ar6000_WriteDataDiag(HIF_DEVICE
*hifDevice
, A_UINT32 address
,
36 A_UCHAR
*data
, A_UINT32 length
);
38 #endif /*AR6000_DIAG_H_*/
This page took 0.047362 seconds and 5 git commands to generate.