Initial cut of the open ath9k htc firmware.
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / build / magpie_1_1 / sboot / buf_pool / src / buf_pool_static.h
1 /*
2  * @File: 
3  * 
4  * @Abstract: 
5  * 
6  * @Notes: 
7  * 
8  * 
9  * Copyright (c) 2007 Atheros Communications Inc.
10  * All rights reserved.
11  *
12  */
13
14 #ifndef BUF_POOL_STATIC_H_
15 #define BUF_POOL_STATIC_H_
16
17 typedef struct _BUF_POOL_STATIC_CONTEXT {
18     VBUF *bufQ[POOL_ID_MAX];
19     
20     // Left a door for extension the structure
21     void *pReserved;
22 } BUF_POOL_STATIC_CONTEXT;
23
24 #endif /*BUF_POOL_STATIC_H_*/