This commit is contained in:
Bill Zissimopoulos
2015-11-24 16:36:11 -08:00
parent 25f6bd52a7
commit 324306a784
4 changed files with 16 additions and 6 deletions

View File

@ -191,7 +191,8 @@ typedef struct
typedef struct
{
FSP_DEVICE_EXTENSION Base;
FSP_IOQ Ioq;
FSP_IOQ TransactIoq, Ioq;
FSP_TRANSACT_THREAD TransactThread;
UINT8 SecurityDescriptorBuf[];
} FSP_FSVRT_DEVICE_EXTENSION;
typedef struct