d76ed031cc0ad6bfd0789e7d1b74a3e20d89b4aa
[linux-libre-firmware.git] / 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_*/