• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /** @file
2   Copyright (c) 2016, Hisilicon Limited. All rights reserved.
3   This program and the accompanying materials are licensed and made available
4   under the terms and conditions of the BSD License which accompanies this
5   distribution. The full text of the license may be found at
6   http://opensource.org/licenses/bsd-license.php
7 
8   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
9   WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
10 **/
11 
12 EFI_STATUS
13 UpdateAcpiTable (
14   IN OUT EFI_ACPI_DESCRIPTION_HEADER      *TableHeader
15 );
16 
17