This commit is contained in:
Bill Zissimopoulos
2015-11-29 15:31:25 -08:00
parent f35ecbe8ec
commit 97924ea65e
4 changed files with 11 additions and 9 deletions

View File

@ -245,11 +245,11 @@ enum
typedef struct
{
UINT8 Kind;
ERESOURCE Resource;
} FSP_DEVICE_EXTENSION;
typedef struct
{
FSP_DEVICE_EXTENSION Base;
ERESOURCE Resource;
} FSP_FSCTL_DEVICE_EXTENSION;
typedef struct
{