mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-29 14:35:23 -04:00
Move fitParser to ffsParser
- required to set fixed properly
This commit is contained in:
parent
feb74c3299
commit
59a6f298ee
14 changed files with 244 additions and 348 deletions
common
|
@ -144,5 +144,6 @@ extern UString itemTypeToUString(const UINT8 type);
|
|||
extern UString itemSubtypeToUString(const UINT8 type, const UINT8 subtype);
|
||||
extern UString compressionTypeToUString(const UINT8 algorithm);
|
||||
extern UString regionTypeToUString(const UINT8 type);
|
||||
extern UString fitEntryTypeToUString(const UINT8 type);
|
||||
|
||||
#endif // TYPES_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue