Initial cut of the open ath9k htc firmware.
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / build / magpie_1_1 / sboot / vbuf / src / vbuf.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 VBUF_H_
15 #define VBUF_H_
16
17 struct VBUF_CONTEXT {
18     VBUF *free_buf_head;
19     int  nVbufNum;
20     
21     // Left a door for extension the structure
22     void *pReserved;    
23 };
24
25 #endif /*VBUF_H_*/