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
This commit is contained in:
mdkinney
2009-07-01 00:03:38 +00:00
parent c553db4b78
commit 064d5de378
4 changed files with 118 additions and 0 deletions

View File

@ -64,4 +64,5 @@ EFIAPI
EnterS3WithImmediateWake (
VOID
);
#endif