mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-31 15:28:21 -04:00
Add Insyde FDC parser
This commit is contained in:
parent
34904bdc5d
commit
ca7d4caa7a
14 changed files with 326 additions and 92 deletions
|
@ -194,6 +194,7 @@ public:
|
|||
|
||||
UByteArray body(const UModelIndex &index) const;
|
||||
bool hasEmptyBody(const UModelIndex &index) const;
|
||||
void setBody(const UModelIndex &index, const UByteArray &body);
|
||||
|
||||
UByteArray tail(const UModelIndex &index) const;
|
||||
bool hasEmptyTail(const UModelIndex &index) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue