f9d2d5258eee7142831f1d98a4d80e6cd76c7176
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / build / magpie_1_1 / sboot / vdesc / src / vdesc.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 VDESC_H_
15 #define VDESC_H_
16
17 struct VDESC_CONTEXT {
18     VDESC *free_vdesc_head;
19
20     // Left a door for extension the structure
21     void *pReserved;
22 };
23
24 #endif /*VDESC_H_*/