move sboot to the root directory
[open-ath9k-htc-firmware.git] / sboot / magpie_1_1 / sboot / vbuf / src / vbuf.h
diff --git a/sboot/magpie_1_1/sboot/vbuf/src/vbuf.h b/sboot/magpie_1_1/sboot/vbuf/src/vbuf.h
new file mode 100755 (executable)
index 0000000..d76ed03
--- /dev/null
@@ -0,0 +1,25 @@
+/*
+ * @File: 
+ * 
+ * @Abstract: 
+ * 
+ * @Notes: 
+ * 
+ * 
+ * Copyright (c) 2007 Atheros Communications Inc.
+ * All rights reserved.
+ *
+ */
+
+#ifndef VBUF_H_
+#define VBUF_H_
+
+struct VBUF_CONTEXT {
+    VBUF *free_buf_head;
+    int  nVbufNum;
+    
+    // Left a door for extension the structure
+    void *pReserved;    
+};
+
+#endif /*VBUF_H_*/