| 1 | #ifndef _AR6000_API_H_ |
| 2 | #define _AR6000_API_H_ |
| 3 | /* |
| 4 | * Copyright (c) 2004-2005 Atheros Communications Inc. |
| 5 | * All rights reserved. |
| 6 | * |
| 7 | * This file contains the API to access the OS dependent atheros host driver |
| 8 | * by the WMI or WLAN generic modules. |
| 9 | * |
| 10 | * $Id: //depot/sw/releases/olca2.0-GPL/host/include/ar6000_api.h#1 $ |
| 11 | * |
| 12 | * |
| 13 | * This program is free software; you can redistribute it and/or modify |
| 14 | * it under the terms of the GNU General Public License version 2 as |
| 15 | * published by the Free Software Foundation; |
| 16 | * |
| 17 | * Software distributed under the License is distributed on an "AS |
| 18 | * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
| 19 | * implied. See the License for the specific language governing |
| 20 | * rights and limitations under the License. |
| 21 | * |
| 22 | * |
| 23 | * |
| 24 | */ |
| 25 | |
| 26 | #include "../ar6000/ar6xapi_linux.h" |
| 27 | |
| 28 | #endif /* _AR6000_API_H */ |
| 29 | |
| 30 | |