diff options
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
//////////////////////////////////////////////////////////////////////////
|