]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Library/Dxe/Include/EfiWinNtLib.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Dxe / Include / EfiWinNtLib.h
CommitLineData
3eb9473e 1/*++\r
2\r
4ea9375a
HT
3Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials \r
3eb9473e 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 EfiWinNtLib.h\r
15\r
16Abstract:\r
17\r
18 Set up gWinNt pointer so we can call WinNT APIs.\r
19\r
20--*/\r
21\r
22#ifndef _EFI_WIN_NT_LIB_H_\r
23#define _EFI_WIN_NT_LIB_H_\r
24\r
25extern EFI_WIN_NT_THUNK_PROTOCOL *gWinNt;\r
26\r
27EFI_STATUS\r
28EfiInitializeWinNtDriverLib (\r
29 IN EFI_HANDLE ImageHandle,\r
30 IN EFI_SYSTEM_TABLE *SystemTable\r
31 )\r
32/*++\r
33\r
34Routine Description:\r
35\r
36 Intialize gWinNt and initialize debug console. \r
37\r
38Arguments:\r
39\r
40 ImageHandle - The firmware allocated handle for the EFI image.\r
41 \r
42 SystemTable - A pointer to the EFI System Table.\r
43\r
44Returns: \r
45\r
46 Status code\r
47\r
48--*/\r
49;\r
50\r
51//\r
52// NTDebugConsole Prototypes\r
53//\r
54VOID\r
55NtDebugConsoleInit (\r
56 VOID\r
57 )\r
58/*++\r
59\r
60Routine Description:\r
61\r
62 Nt debug console initialize.\r
63\r
64Arguments:\r
65\r
66 None\r
67\r
68Returns:\r
69\r
70 None\r
71\r
72--*/\r
73;\r
74\r
75#endif\r