diff options
Diffstat (limited to 'Private/NewBoot/BootKit/BootKit.hxx')
| -rw-r--r-- | Private/NewBoot/BootKit/BootKit.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index 68d91deb..2eaea9d1 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -77,7 +77,7 @@ class BFileReader final { Int32 &Error() { return mErrorCode; } VoidPtr Blob() { return mBlob; } - EfiFileProtocol *File() { return mFile; } + EfiFileProtocolPtr File() { return mFile; } UInt64 &Size() { return mSizeFile; } public: @@ -93,6 +93,8 @@ class BFileReader final { UInt64 mSizeFile{0}; }; +typedef UInt8 *BlobType; + #define kMaxReadSize (320) /***********************************************************************************/ |
