sys: FSP_FSCTL_DEVICE_EXTENSION: add Resource

This commit is contained in:
Bill Zissimopoulos
2015-11-29 14:06:21 -08:00
parent b4f64c3378
commit a082cc1516
4 changed files with 5 additions and 0 deletions

View File

@ -249,6 +249,7 @@ typedef struct
typedef struct
{
FSP_DEVICE_EXTENSION Base;
ERESOURCE Resource;
} FSP_FSCTL_DEVICE_EXTENSION;
typedef struct
{