]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/KbcResetDxe/Reset.h
Remove BootSector from DSC of DuetPkg.
[mirror_edk2.git] / DuetPkg / KbcResetDxe / Reset.h
CommitLineData
c69dd9df 1/*++\r
2\r
3Copyright (c) 2006, Intel Corporation \r
4All rights reserved. This program and the accompanying materials \r
5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13 Reset.h\r
14\r
15Abstract:\r
16\r
17 some definitions for reset\r
18\r
19--*/\r
20\r
21#ifndef _KBC_RESET_H\r
22#define _KBC_RESET_H\r
23\r
24#include <PiDxe.h>\r
25\r
26#include <Library/IoLib.h>\r
27#include <Library/DebugLib.h>\r
28#include <Library/DebugLib.h>\r
29#include <Library/UefiBootServicesTableLib.h>\r
30\r
31#include <Protocol/Reset.h>\r
32\r
33EFI_STATUS\r
34EFIAPI\r
35InitializeReset (\r
36 IN EFI_HANDLE ImageHandle,\r
37 IN EFI_SYSTEM_TABLE *SystemTable\r
38 )\r
39/*++\r
40\r
41Routine Description:\r
42\r
43 TODO: Add function description\r
44\r
45Arguments:\r
46\r
47 ImageHandle - TODO: add argument description\r
48 SystemTable - TODO: add argument description\r
49\r
50Returns:\r
51\r
52 TODO: add return values\r
53\r
54--*/\r
55;\r
56\r
57VOID\r
58EFIAPI\r
59KbcResetSystem (\r
60 IN EFI_RESET_TYPE ResetType,\r
61 IN EFI_STATUS ResetStatus,\r
62 IN UINTN DataSize,\r
63 IN CHAR16 *ResetData OPTIONAL\r
64 )\r
65/*++\r
66\r
67Routine Description:\r
68\r
69 TODO: Add function description\r
70\r
71Arguments:\r
72\r
73 ResetType - TODO: add argument description\r
74 ResetStatus - TODO: add argument description\r
75 DataSize - TODO: add argument description\r
76 ResetData - TODO: add argument description\r
77\r
78Returns:\r
79\r
80 TODO: add return values\r
81\r
82--*/\r
83;\r
84\r
85#endif\r