Merge pull request #52 from olerem/move_build_2
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / build / magpie_1_1 / sboot / vbuf / src / vbuf.h
diff --git a/target_firmware/magpie_fw_dev/build/magpie_1_1/sboot/vbuf/src/vbuf.h b/target_firmware/magpie_fw_dev/build/magpie_1_1/sboot/vbuf/src/vbuf.h
deleted file mode 100755 (executable)
index d76ed03..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * @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_*/