Root/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/include/ar6000_diag.h

1/*
2 *
3 * Copyright (c) 2004-2007 Atheros Communications Inc.
4 * All rights reserved.
5 *
6 *
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;
10 *
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.
15 *
16 *
17 *
18 */
19
20#ifndef AR6000_DIAG_H_
21#define AR6000_DIAG_H_
22
23
24A_STATUS
25ar6000_ReadRegDiag(HIF_DEVICE *hifDevice, A_UINT32 *address, A_UINT32 *data);
26
27A_STATUS
28ar6000_WriteRegDiag(HIF_DEVICE *hifDevice, A_UINT32 *address, A_UINT32 *data);
29
30A_STATUS
31ar6000_ReadDataDiag(HIF_DEVICE *hifDevice, A_UINT32 address,
32                    A_UCHAR *data, A_UINT32 length);
33
34A_STATUS
35ar6000_WriteDataDiag(HIF_DEVICE *hifDevice, A_UINT32 address,
36                     A_UCHAR *data, A_UINT32 length);
37
38#endif /*AR6000_DIAG_H_*/
39

Archive Download this file



interactive