summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Include/Library/EfiResetSystemLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'EmbeddedPkg/Include/Library/EfiResetSystemLib.h')
-rw-r--r--EmbeddedPkg/Include/Library/EfiResetSystemLib.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/EmbeddedPkg/Include/Library/EfiResetSystemLib.h b/EmbeddedPkg/Include/Library/EfiResetSystemLib.h
index aa5ec40175..5bfebfc638 100644
--- a/EmbeddedPkg/Include/Library/EfiResetSystemLib.h
+++ b/EmbeddedPkg/Include/Library/EfiResetSystemLib.h
@@ -6,11 +6,9 @@
**/
-
#ifndef __EFI_RESET_SYSTEM_LIB_H___
#define __EFI_RESET_SYSTEM_LIB_H___
-
/**
Resets the entire platform.
@@ -25,14 +23,12 @@
EFI_STATUS
EFIAPI
LibResetSystem (
- IN EFI_RESET_TYPE ResetType,
- IN EFI_STATUS ResetStatus,
- IN UINTN DataSize,
- IN CHAR16 *ResetData OPTIONAL
+ IN EFI_RESET_TYPE ResetType,
+ IN EFI_STATUS ResetStatus,
+ IN UINTN DataSize,
+ IN CHAR16 *ResetData OPTIONAL
);
-
-
/**
Initialize any infrastructure required for LibResetSystem () to function.