]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdQuit.c
MdeModulePkg/EbcDxe: Fix incorrect Copyright format
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDebugger / EdbCmdQuit.c
CommitLineData
e8a5ac7c 1/** @file\r
748edcd5 2\r
f42f22f5 3Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
e8a5ac7c 4This program and the accompanying materials\r
748edcd5
PB
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\r
14 EdbCmdQuit.c\r
15\r
16Abstract:\r
17\r
18\r
e8a5ac7c 19**/\r
748edcd5
PB
20\r
21#include "Edb.h"\r
22\r
e8a5ac7c
DB
23/**\r
24\r
25 DebuggerCommand - Quit\r
26\r
27 @param CommandArg - The argument for this command\r
28 @param DebuggerPrivate - EBC Debugger private data structure\r
29 @param ExceptionType - Exception type.\r
30 @param SystemContext - EBC system context.\r
31\r
32 @retval EFI_DEBUG_RETURN - formal return value\r
33\r
34**/\r
748edcd5
PB
35EFI_DEBUG_STATUS\r
36DebuggerQuit (\r
37 IN CHAR16 *CommandArg,\r
38 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
39 IN EFI_EXCEPTION_TYPE ExceptionType,\r
40 IN OUT EFI_SYSTEM_CONTEXT SystemContext\r
41 )\r
748edcd5
PB
42{\r
43 return EFI_DEBUG_RETURN;\r
44}\r