]>
git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/Common/BinderFuncs.h
2 Prototypes for binder functions that allow common code to be written which then
3 links to implementation of these functions which is appropriate for the specific
4 environment that they are running under.
6 Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved.<BR>
7 This program and the accompanying materials
8 are licensed and made available under the terms and conditions of the BSD License
9 which accompanies this distribution. The full text of the license may be found at
10 http://opensource.org/licenses/bsd-license.php
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #ifndef BinderFuncs_h_INCLUDED
18 #define BinderFuncs_h_INCLUDED
20 #include "Common/UefiBaseTypes.h"
23 // Binder Function Prototypes
25 // These binding functions must be implemented externally as appropriate for
26 // the environment that the code will be running under.
30 CommonLibBinderAllocate (
40 CommonLibBinderCopyMem (
47 CommonLibBinderSetMem (
54 CommonLibBinderCompareMem (
61 CommonLibBinderCompareGuid (
66 #endif // #ifndef CommonLibs_h_INCLUDED