projects
/
open-ath9k-htc-firmware.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
move sboot to the root directory
[open-ath9k-htc-firmware.git]
/
sboot
/
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_*/