| 1 | #ifndef _A_OSAPI_H_ |
| 2 | #define _A_OSAPI_H_ |
| 3 | /* |
| 4 | * $Id: //depot/sw/releases/olca2.0-GPL/host/include/a_osapi.h#1 $ |
| 5 | * |
| 6 | * This file contains the definitions of the basic atheros data types. |
| 7 | * It is used to map the data types in atheros files to a platform specific |
| 8 | * type. |
| 9 | * |
| 10 | * Copyright 2003-2005 Atheros Communications, Inc., All Rights Reserved. |
| 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/osapi_linux.h" |
| 27 | |
| 28 | #endif /* _OSAPI_H_ */ |
| 29 | |