[x86] add rootwait option to the kernel command line (#6209)
[openwrt.git] / target / linux / s3c24xx / files-2.6.31 / 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
24 A_STATUS
25 ar6000_ReadRegDiag(HIF_DEVICE *hifDevice, A_UINT32 *address, A_UINT32 *data);
26
27 A_STATUS
28 ar6000_WriteRegDiag(HIF_DEVICE *hifDevice, A_UINT32 *address, A_UINT32 *data);
29
30 A_STATUS
31 ar6000_ReadDataDiag(HIF_DEVICE *hifDevice, A_UINT32 address,
32                     A_UCHAR *data, A_UINT32 length);
33
34 A_STATUS
35 ar6000_WriteDataDiag(HIF_DEVICE *hifDevice, A_UINT32 address,
36                      A_UCHAR *data, A_UINT32 length);
37
38 #endif /*AR6000_DIAG_H_*/