Subversion Repositories HelenOS

Rev

Rev 2726 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2726 Rev 4687
1
/*++
1
/*++
2
 
2
 
3
Copyright (c) 1998  Intel Corporation
3
Copyright (c) 1998  Intel Corporation
4
 
4
 
5
Module Name:
5
Module Name:
6
 
6
 
7
    efilibplat.h
7
    efilibplat.h
8
 
8
 
9
Abstract:
9
Abstract:
10
 
10
 
11
    EFI to compile bindings
11
    EFI to compile bindings
12
 
12
 
13
 
13
 
14
 
14
 
15
 
15
 
16
Revision History
16
Revision History
17
 
17
 
18
--*/
18
--*/
19
 
19
 
20
VOID
20
VOID
21
InitializeLibPlatform (
21
InitializeLibPlatform (
22
    IN EFI_HANDLE           ImageHandle,
22
    IN EFI_HANDLE           ImageHandle,
23
    IN EFI_SYSTEM_TABLE     *SystemTable
23
    IN EFI_SYSTEM_TABLE     *SystemTable
24
    );
24
    );
25
 
25
 
26
   
26
   
27
 
27