mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-21 02:35:26 -04:00
Version 0.17.5
-code refactored to compile on Qt 4.8.5 without name conflicts
This commit is contained in:
parent
e5d94b6479
commit
b3c9466f58
13 changed files with 416 additions and 359 deletions
|
@ -161,9 +161,6 @@ typedef struct {
|
|||
// Restore previous packing rules
|
||||
#pragma pack(pop)
|
||||
|
||||
// Returns name of region by it's type
|
||||
extern QString regionTypeToQString(const UINT8 type);
|
||||
|
||||
// Calculate address of data structure addressed by descriptor address format
|
||||
// 8 bit base or limit
|
||||
extern UINT8* calculateAddress8(UINT8* baseAddress, const UINT8 baseOrLimit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue