diff options
author | kavsrf <kavsrf@gmail.com> | 2017-02-05 23:45:29 +0300 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-05 17:36:54 +0200 |
commit | fdfe9f849c15dc4b864a72fcbc5266edb68171c1 (patch) | |
tree | ec625901931928af079611f8af9cc3dc5d6ed3f9 /Include | |
parent | abf3adcd2f37f4e278fc9ef7634ca0c8f5171893 (diff) | |
download | VeraCrypt-DCS-fdfe9f849c15dc4b864a72fcbc5266edb68171c1.tar.gz VeraCrypt-DCS-fdfe9f849c15dc4b864a72fcbc5266edb68171c1.zip |
DcsCfg dumps of secregion and tables
Diffstat (limited to 'Include')
-rw-r--r-- | Include/Library/DcsCfgLib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Include/Library/DcsCfgLib.h b/Include/Library/DcsCfgLib.h index 259004e..4c8153b 100644 --- a/Include/Library/DcsCfgLib.h +++ b/Include/Library/DcsCfgLib.h @@ -138,6 +138,11 @@ TablesList( IN VOID* tables
);
+EFI_STATUS
+TablesDump(
+ IN CHAR16 *prefix
+ );
+
//////////////////////////////////////////////////////////////////////////
// Random
//////////////////////////////////////////////////////////////////////////
|