diff options
Diffstat (limited to 'MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem.h')
-rw-r--r-- | MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem.h b/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem.h index 37afa5b..44b13df 100644 --- a/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem.h +++ b/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem.h @@ -1,6 +1,6 @@ /** @file
- Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -70,15 +70,4 @@ ResetSystem ( IN VOID *ResetData OPTIONAL
);
-/**
- Reset system for capsule update.
-
- @param[in] CapsuleDataPtr Pointer to the capsule block descriptors.
-
-**/
-VOID
-CapsuleReset (
- IN UINTN CapsuleDataPtr
- );
-
#endif
|