]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLibInternal.h
Add more file comments
[mirror_edk2.git] / MdePkg / Library / UefiBootServicesTableLib / UefiBootServicesTableLibInternal.h
1 /** @file
2 UEFI Boot Services Table Library internal header
3
4 Copyright (c) 2006 - 2007, Intel Corporation<BR>
5 All rights reserved. This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13 **/
14
15 #ifndef _UEFIBOOTSERVICESTABLE_LIB_H_
16 #define _UEFIBOOTSERVICESTABLE_LIB_H_
17 /**
18
19 Initialize gBS.
20
21 @param ImageHandle ImageHandle of the loaded driver.
22 @param SystemTable Pointer to the EFI System Table.
23
24 @retval EFI_SUCCESS One or more of the drivers returned a success code.
25 @retval !EFI_SUCESS The return status from the last driver entry point in the list.
26 **/
27 EFI_STATUS
28 EFIAPI
29 UefiBootServicesTableLibConstructor (
30 IN EFI_HANDLE ImageHandle,
31 IN EFI_SYSTEM_TABLE *SystemTable
32 )
33 ;
34 #endif