summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/Include/Library/PeiSaPolicyUpdateLib.h
blob: ad8175b5fbf32a53a43c9e62f1317249e1dd2f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/** @file
  Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>

  This program and the accompanying materials
  are licensed and made available under the terms and conditions of the BSD License
  which accompanies this distribution.  The full text of the license may be found at
  http://opensource.org/licenses/bsd-license.php.

  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

**/

#ifndef _PEI_SA_POLICY_UPDATE_LIB_H_
#define _PEI_SA_POLICY_UPDATE_LIB_H_

/**
  This function performs SA PEI Policy initialzation.

  @param[in, out]  SiSaPolicyPpi    The SA Policy PPI instance

  @retval          EFI_SUCCESS      The PPI is installed and initialized.

**/
EFI_STATUS
EFIAPI
UpdatePeiSaPolicy (
  IN OUT   SI_SA_POLICY_PPI  *SiSaPolicyPpi
  );
#endif