diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-01 00:03:38 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-01 00:03:38 +0000 |
commit | 064d5de3784253c623a1941c6afaf02d0dde3fbc (patch) | |
tree | 33a06745a60c955ee2fe5f40df7128ee85a571d4 /MdeModulePkg/Include | |
parent | c553db4b78024d7b3a14c0224c750976f4062585 (diff) | |
download | edk2-platforms-064d5de3784253c623a1941c6afaf02d0dde3fbc.tar.xz |
Add Null implementation of the Reset System Library that generated an ASSERT() on all reset APIs.
This library can be used as a template to implement a Reset System Library for a specific platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8693 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r-- | MdeModulePkg/Include/Library/ResetSystemLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Include/Library/ResetSystemLib.h b/MdeModulePkg/Include/Library/ResetSystemLib.h index 4b67865fa3..b83bec5836 100644 --- a/MdeModulePkg/Include/Library/ResetSystemLib.h +++ b/MdeModulePkg/Include/Library/ResetSystemLib.h @@ -64,4 +64,5 @@ EFIAPI EnterS3WithImmediateWake (
VOID
);
+
#endif
|