mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-14 15:15:04 -04:00
UEFIExtract 0.3.1
- added return value as bit mask
This commit is contained in:
parent
701717c554
commit
af63fe9852
4 changed files with 41 additions and 45 deletions
|
@ -141,6 +141,10 @@ private:
|
|||
// Internal operations
|
||||
bool hasIntersection(const UINT32 begin1, const UINT32 end1, const UINT32 begin2, const UINT32 end2);
|
||||
UINT32 crc32(UINT32 initial, const UINT8* buffer, UINT32 length);
|
||||
|
||||
// Recursive dump
|
||||
bool dumped;
|
||||
UINT8 recursiveDump(const QModelIndex & index, const QString & path, const QString & filter);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue